EventModifyDirEntry_t

Contains information about an EVENT_MODIFY_DIR_ENTRY event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     uint32_t   primaryDirectoryEntry;
     int        nameSpace;
     uint32_t   modifyBits;
     void      *modifyVector;
     int        volumeNumber;
     uint32_t   directoryEntry;
  } EventModifyDirEntry_t;
  

Fields

primaryDirectoryEntry

Specifies the entry that is being modified.

nameSpace

Specifies the name space of the entry and contains one of the following values:

Value

Description

0

DOS name space

1

Macintosh name space

2

NFS name space

4

Long name space for Windows 32-bit and NSS

modifyBits

Specifies the what is changing. See Change Bits for Files and Directories in Volume 1.

modifyVector

Specifies the changes that occurred.

volumeNumber

Specifies which volume contains the entry.

directoryEntry

Specifies the directory entry.