EventModifyDirEntryStruct

Returns for EVEBT_MODIFY_DIR_ENTRY

Service:Advanced
Defined In:nwadv.h

Structure

  struct EventModifyDirEntryStruct { 
     LONG                      primaryDirectoryEntry; 
     LONG                      nameSpace; 
     LONG                      modifyBits; 
     struct ModifyStructure   *modifyVector; 
     LONG                      volumeNumber; 
     void                     *reserved; 
  };
  

Fields

primaryDirectoryEntry

Specifies the directory number of the entry being modified.

nameSpace

Specifies the name space in which the modification is occurring (see Name Space Flag Values in Multiple and Inter-File Services).

modifyBits

Specifies the fields of the directory entry that are being changed (see nwdir.h).

modifyVector

Points to the structure that contains the updated fields of the directory entry (see nwdir.h).

volumeNumber

Specifies on which volume the entry is located.

reserved

Reserved.