EVT_EventSpecifier

Contains information about a single event to monitor.

Structure

  typedef struct EVT_EventSpecifier {
     int   eventType;
     int   eventStatus;
  };
  

Fields

eventType

Specifies an event type to monitor. For a complete listing of events, see LDAP Event Services in the LDAP and eDirectory Integration Guide.

eventStatus

Specifies the event status for which you would like to be notified. This can be one of the following values:

Status

Value

EVT_STATUS_ALL

0

EVT_STATUS_SUCCESS

1

EVT_STATUS_FAILURE

2

EVT_STATUS_ALL causes all events to be reported regardless of status. EVT_STATUS_SUCCESS causes only events with a successful result to be reported. EVT_STATUS_FAILURE causes only events with a failure result to be reported.