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.
FEA (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _FEA {    /* fea */
    BYTE   fEA;
    BYTE   cbName;
    USHORT cbValue;
} FEA;
 
The FEA structure contains the values of extended attributes.
 
Field    Description
────────────────────────────────────────────────────────────────────────────
 
fEA      Specifies one or more flags. In MS OS/2 version 1.2, the only flag
         available is FEA_NEEDEA, indicating an extended-attribute bit is
         needed.
 
cbName   Specifies the length of the extended-attribute name, not including
         the null terminating character.
 
cbValue  Specifies the length of the extended-attribute value.
 
Comments
 
This structure also contains a variable-length portion immediately following
the cbValue field. This variable-length portion contains the
extended-attribute name and the extended-attribute value.
 
See Also
 
EAOP, FEALIST, GEA, GEALIST