Level 3 (32-bit) (FIL_QUERYEASFROMLIST) file information - get extended attributes.
typedef struct _GEA2 { ULONG oNextEntryOffset; /* Offset to next entry. */ BYTE cbName; /* Name length not including NULL. */ CHAR szName[1]; /* Attribute name. */ } GEA2; typedef GEA2 * PGEA2 ;