NXDirEnum_t

Contains information about an enumeration and is used when the level of information is set to NX_DELEVEL_BASIC.

Service:File and Directory

Structure

  #include <nks/dirio.h>
  
  typedef struct 
  {
     NXDirAttr_t   deDirAttr; 
     NXDirMark_t   deDirMark; 
     void         *deName;
  } NXDirEnum_t;
  

Fields

deDirAttr

Specifies a structure that contains meta data about the entry. For more information, see NXDirAttr_t.

deDirMark

Specifies the position for the enumeration and contains private implementation information. You can save this value and use it to restart an enumeration.

deName

Points to the entry's name. The maximum length of this buffer is dependent upon the pathname format.