Contains data associated with general DS events. The meaning of this structure's content is dependent on the type of event.
typedef struct EVT_EventData {
unsigned int dstime;
unsigned int milliseconds;
unsigned int curProcess;
unsigned int verb;
char *perpetratorDN;
unsigned int intValues[4];
char strValues[4];
};
Specifies the time in milliseconds when the event occurred.
Specifies the process that was running when the event occurred.
Specifies the action that caused the event to occur.
Specifies the DN of the entry that caused the event.
Contains event data determined by the event type
Contains event data determined by the event type.