Contains the data associated with LDAP Response of operations Bind, Search Entry, Add, Modify, Delete, Modify DN, and Extension operation.
typedef struct
{
EVT_ConnectionEventData *connectionData;
unsigned int msgID;
unsigned int time;
unsigned int operation;
int resultCode;
char *matchedDN;
char *referral;
}EVT_ResponseEventData;
Pointer to a EVT_ConnectionEventData structure, which contains the connection data.
Specifies the message ID of the operation.
Specifies the time of operation.
Specifies the type of the operation, which generated this response.
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.