EVT_ AbandonEventData

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

Structure

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

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.

bindDN

Specifies the DN that binds with eDirectory.

operation

Specifies the operation, which is abandoned.

authMechanism

Specifies the SASL mechanism if the bindType is SASL.

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.