Contains information about an EVENT_MODIFY_DIR_ENTRY event.
#include <event.h>
typedef struct
{
uint32_t primaryDirectoryEntry;
int nameSpace;
uint32_t modifyBits;
void *modifyVector;
int volumeNumber;
uint32_t directoryEntry;
} EventModifyDirEntry_t;
Specifies the entry that is being modified.
Specifies the name space of the entry and contains one of the following values:
Specifies the what is changing. See Change Bits for Files and Directories
in Volume 1.
Specifies the changes that occurred.
Specifies which volume contains the entry.
Specifies the directory entry.