32-bit Level 3 (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 ;