NXDeHeader_t

Contains the pathname format and the object's type.

Service:File and Directory

Structure

  #include <nks/dirio.h>
  
  typedef struct 
  {
     size_t            length;
     NXObjType_t       objectType;
     NXPathFormat_t    pathFormat;
     NXDeLevel_t       infoLevel;
  } NXDeHeader_t;
  

Fields

length

Specifies the total length of the directory entry, including the embedded NXDeHeader_t structure and any padding to the next entry.

objectType

Specifies the object type. See NXObjType_t Enumeration.

pathFormat

Specifies the pathname format of the directory entry information. See NXPathFormat_t Enumeration.

infoLevel

Specifies the level of information in the directory entry (see NXDeLevel_t Enumeration).