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.
FEALIST (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _FEALIST {    /* feal */
    ULONG cbList;
    FEA   list[1];
} FEALIST;
 
The FEALIST structure contains one or more extended attributes.
 
Field    Description
────────────────────────────────────────────────────────────────────────────
 
cbList   Specifies the size (in bytes) of the structure.
 
list[1]  Contains an array of one or more FEA structures.
 
Comments
 
The FEALIST structure contains a list of the extended attributes that were
found. The GEALIST structure contains names of extended attributes to
retrieve information for.
 
See Also
 
DosFindFirst2, DosMkDir2, DosOpen2, DosQPathInfo, DosSetFileInfo,
DosSetPathInfo, EAOP, FEA, GEALIST