DSEEventData
Contains data from a DSEvent.
- Service:eDirectory Event
- Defined In:nwdsevnt.h
Structure
typedef struct
{
uint32 dsTime, milliseconds ;
uint32 curProcess ;
uint32 connID ;
uint32 verb ;
uint32 perpetratorID ;
uint32 d1 ;
uint32 d2 ;
uint32 d3 ;
uint32 d4 ;
uint32 dataType ;
const void *dataPtr ;
char data ;
} DSEventData;
Fields
- dsTime
- Specifies the time in milliseconds when the event
occurred.
- curProcess
- Specifies the process that was running when the
event occurred.
- connID
- Specifies the number of the connection that generated
the event.
- verb
- Specifies the eDirectory verb that generated the
event.
- perpetratorID
- Specifies the local ID for the object that requested
the action. For example, Admin.Acmecorp requesting that an entry
be created.
- d1
- The contents of this field depend on the type of
event.
- d2
- The contents of this field depend on the type of
event.
- d3
- The contents of this field depend on the type of
event.
- d4
- The contents of this field depend on the type of
event.
- dataType
- Specifies the type of data.
- dataPtr
- Points to the event data.
- data
- The event data.
Associated Events
- DSE_PARTITION_OPERATION_EVENT
- Events 53 through 203, except as noted in Values .