EVT_ExtOpEventData

Contains the data associated with Extended operation with the LDAP Server.

Structure

  typedef struct
  {
  EVT_ConnectionEventData *connectionData;
  unsigned int msgID;
  unsigned int time;
  unsigned int operation;
  char *extensionOID;
  char *bindDN;
  int resultCode;
  }EVT_ExtOpEventData;
  

Fields

connectionData

Pointer to a EVT_ConnectionEventData structure, which contains the connection data.

msgID

Specifies the message ID of the operation.

time

Specifies the time of the operation.

operation

Specifies the type of the extension operation.

extensionOID

Specifies the OID of the extension operation.

bindDN

Specifies the DN that binds with eDirectory.

resultCode

Set to the return code by the LDAP Server.

resultCode is zero if the operation is success, and non-zero if the operation is failure.