EVT_EventData

Contains data associated with general DS events. The meaning of this structure's content is dependent on the type of event.

Structure

  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];
  };
  

Fields

dstime

Specifies the time in milliseconds when the event occurred.

milliseconds

curProcess

Specifies the process that was running when the event occurred.

verb

Specifies the action that caused the event to occur.

perpetratorDN

Specifies the DN of the entry that caused the event.

intValues

Contains event data determined by the event type

strValues

Contains event data determined by the event type.