NXDirEnumWin_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_WIN.

Service:File and Directory

Structure

  #include <nks/dirio.h>
  
  typedef struct 
  {
     NXDirAttrWin_t   deWinDirAttr; 
     NXDirMark_t      deDirMark;
     char             deAlternativeFileName[16];
     void            *deName;
  } NXDirEnumWin_t;
  

Fields

deWinDirAttr

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

deAlternativeFileName

Specifies the entry name in Windows name space.

deName

Specifies the entry name. Maximum length is 255 characters.