msos2.hlp (Table of Contents; Topic list)
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