Contains information about an enumeration and is used when the level of information is set to NX_DELEVEL_EXTENDED and the name space is NX_PNF_DOS.
#include <nks/dirio.h>
typedef struct
{
NXDirAttrDos_t deDosDirAttr;
NXDirMark_t deDirMark;
char deShortName[16];
void *deName;
} NXDirEnumDos_t;
Specifies a structure that contains meta data about the entry. For more information, see NXDirAttrDos_t.
Specifies the position for the enumeration and contains private implementation information. You can save this value and use it to restart an enumeration
Specifies the entry name in DOS name space.
Specifies the entry name. Maximum length is 255 characters.