◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSFILEMGR typedef struct _GEA { /* gea */ BYTE cbName; CHAR szName[1]; } GEA; The GEA structure contains an extended-attribute name. Field Description ──────────────────────────────────────────────────────────────────────────── cbName Specifies the length of the extended-attribute name contained in the szName field, not including the null-terminating character. szName[1] Contains the extended-attribute name. See Also EAOP, FEA, GEALIST ♦