msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GEA (1.2)
                                                      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