NXDirEnumNks_t

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_NKS.

Service:File and Directory

Structure

  #include <nks/dirio.h>
  
  typedef struct 
  {
     NXDirAttrNks_t   deNksDirAttr; 
     NXDirMark_t      deDirMark; 
     void            *deName;
  } NXDirEnumNks_t;
  

Fields

deNksDirAttr

Specifies a structure that contains meta data about the entry. For more information, see NXDirAttrNks_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

Specifies the entry name.