EVT_ResponseEventData

Contains the data associated with LDAP Response of operations Bind, Search Entry, Add, Modify, Delete, Modify DN, and Extension operation.

Structure

  typedef struct
  {
     EVT_ConnectionEventData *connectionData;
     unsigned int msgID;
     unsigned int time;
     unsigned int operation;
     int resultCode;
     char *matchedDN;
     char *referral;
  }EVT_ResponseEventData;
  

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 operation.

operation

Specifies the type of the operation, which generated this response.

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.

matchedDN

referral