Contains the pathname format and the object's type.
#include <nks/dirio.h>
typedef struct
{
size_t length;
NXObjType_t objectType;
NXPathFormat_t pathFormat;
NXDeLevel_t infoLevel;
} NXDeHeader_t;
Specifies the total length of the directory entry, including the embedded NXDeHeader_t structure and any padding to the next entry.
Specifies the object type. See NXObjType_t Enumeration.
Specifies the pathname format of the directory entry information. See NXPathFormat_t Enumeration.
Specifies the level of information in the directory entry (see NXDeLevel_t Enumeration).