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.
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