GEA2: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Level 3 file information, get extended attributes. | Level 3 file information, get extended attributes. | ||
=== Type === | === Type === | ||
[[ULONG]] oNextEntryOffset | |||
[[ | [[BYTE]] cbName | ||
[[ | [[CHAR]] szName[1] | ||
[[ | |||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
oNextEntryOffset Offset to next entry. | oNextEntryOffset Offset to next entry. | ||
cbName Name length not including NULL. | cbName Name length not including NULL. | ||
szName[1] Attribute name. | szName[1] Attribute name. | ||
[[Category:Data type]] | |||
[[Category: |