Contains the data associated with Abandon operation with the LDAP Server.
typedef struct
{
EVT_ConnectionEventData *connectionData;
unsigned int msgID;
unsigned int time;
unsigned int operation;
char *bindDN;
int resultCode;
}EVT_AbandonEventData;
Pointer to a EVT_ConnectionEventData structure, which contains the connection data.
Specifies the message ID of the operation.
Specifies the time of the operation.
Specifies the DN that binds with eDirectory.
Specifies the operation, which is abandoned.
Specifies the SASL mechanism if the bindType is SASL.
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.