Returns for EVEBT_MODIFY_DIR_ENTRY
struct EventModifyDirEntryStruct {
LONG primaryDirectoryEntry;
LONG nameSpace;
LONG modifyBits;
struct ModifyStructure *modifyVector;
LONG volumeNumber;
void *reserved;
};
Specifies the directory number of the entry being modified.
Specifies the name space in which the modification is occurring (see Name Space Flag Values in Multiple and Inter-File Services).
Specifies the fields of the directory entry that are being changed (see nwdir.h).
Points to the structure that contains the updated fields of the directory entry (see nwdir.h).
Specifies on which volume the entry is located.
Reserved.