Contains information about an enumeration and is used when the level of information is set to NX_DELEVEL_BASIC.
#include <nks/dirio.h>
typedef struct
{
NXDirAttr_t deDirAttr;
NXDirMark_t deDirMark;
void *deName;
} NXDirEnum_t;
Specifies a structure that contains meta data about the entry. For more information, see NXDirAttr_t.
Specifies the position for the enumeration and contains private implementation information. You can save this value and use it to restart an enumeration.
Points to the entry's name. The maximum length of this buffer is dependent upon the pathname format.