Contains the data associated with Extended operation with the LDAP Server.
typedef struct
{
EVT_ConnectionEventData *connectionData;
unsigned int msgID;
unsigned int time;
unsigned int operation;
char *extensionOID;
char *bindDN;
int resultCode;
}EVT_ExtOpEventData;
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 type of the extension operation.
Specifies the OID of the extension operation.
Specifies the DN that binds with eDirectory.
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.