msos2.hlp (Table of Contents; Topic list)
GEALIST (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _GEALIST {    /* geal */
    ULONG cbList;
    GEA   list[1];
} GEALIST;
 
The GEALIST structure contains one or more extended-attribute names.
 
Field    Description
────────────────────────────────────────────────────────────────────────────
 
cbList   Specifies the size (in bytes) of the structure.
 
list[1]  Contains an array of one or more GEA structures.
 
Comments
 
The GEALIST structure contains a list of extended-attribute names to
retrieve information for. The FEALIST structure contains a list of extended
attributes that were found.
 
See Also
 
DosFindFirst2, DosMkDir2, DosOpen2, DosQPathInfo, DosSetFileInfo,
DosSetPathInfo, EAOP, FEALIST, GEA