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.
EAOP (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _EAOP {    /* eaop */
    PGEALIST fpGEAList;
    PFEALIST fpFEAList;
    ULONG    oError;
} EAOP;
 
The EAOP structure contains extended-attribute information needed by the
file-system function calls.
 
Field      Description
────────────────────────────────────────────────────────────────────────────
 
fpGEAList  Points to the GEALIST structure that lists the extended
           attributes to retrieve.
 
fpFEAList  Points to the FEALIST structure that lists the extended
           attributes found.
 
oError     Specifies the offset, from the beginning of the structure, at
           which an error occurred.
 
See Also
 
DosFindFirst2, DosMkDir2, DosOpen2, DosQFileInfo, DosQPathInfo,
DosSetFileInfo, DosSetPathInfo, FEALIST, GEALIST