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.
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
♦