Get extended attributes list.
typedef struct _GEA2LIST { ULONG cbList; /* Total bytes of structure including full list. */ GEA2 list[1]; /* Variable-length GEA2 structures. */ } GEA2LIST; typedef GEA2LIST * PGEA2LIST ;