GEA2LIST: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Get extended attributes list. | Get extended attributes list. | ||
=== Type === | === Type === | ||
[[ | [[ULONG]] cbList | ||
[[ | [[GEA2]] list[1] | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
Line 10: | Line 9: | ||
=== Fields === | === Fields === | ||
;cbList | ;cbList:Total bytes of structure including full list. | ||
:Total bytes of structure including full list. | ;list[1]:Variable-length GEA2 structures. | ||
;list[1] | |||
:Variable-length GEA2 structures. | |||
[[Category: | ==PGEA2LIST== | ||
Pointer to GEA2LIST. | |||
typedef GEA2LIST *PGEA2LIST; | |||
[[Category:Data type]] |