Contains information about an EVENT_DS_EVENT event.
#include <event.h>
typedef struct
{
uint32_t EventObjectSignature;
uint32_t EventType;
void *entry;
} EventDSObject_t;
Specifies the signature of the event. The following value is used for this field: 0x43565344 (EventDSSignature)
Specifies the type of eDirectory event.
Points to the object that was modified.