msos2.hlp (Table of Contents; Topic list)
DENA1 (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _DENA1 {    /* dena */
    UCHAR  reserved;
    UCHAR  cbName;
    USHORT cbValue;
    UCHAR  szName[1];
} DENA1;
 
The DENA1 structure contains the names of the extended attributes returned
by the DosEnumAttribute function.
 
Field      Description
────────────────────────────────────────────────────────────────────────────
 
reserved   Specifies a reserved value; must be zero.
 
cbName     Specifies the length of the extended-attribute name.
 
cbValue    Specifies the length of the extended-attribute value.
 
szName[1]  Contains the name of the extended attribute.
 
See Also
 
DosEnumAttribute