NXDirMark_t

Contains information about the current location of an enumeration.

Service:File and Directory

Structure

  #include <nks/dirio.h>
  
  typedef struct 
  {
     uint8_t     mark[44];
     void       *pathCtx;
     void       *entryInfo;
  } NXDirMark_t;
  

Fields

mark

Private information.

pathCtx

Points to the path context.

entryInfo

Points to information about the entry.

Remarks

The NKS enumeration structures and functions use structure. You should not try to access these fields directly or use the data in them. You should initialize this structure by calling the NXDirMarkInit function.