Contains the data associated with Compare operation with the LDAP Server.
typedef struct
{
EVT_ConnectionEventData *connectionData;
unsigned int msgID;
unsigned int time;
char *bindDN;
char *compareDN;
char *assertionType;
char *assertionValue;
char *className;
int resultCode;
}EVT_CompareEventData;
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 DN that binds with eDirectory.
Specifies the DN that binds with eDirectory.
Specifies the DN of the attribute to be compared.
Specifies the name of the attribute to be compared.
Specifies the value of the attibute to be compared.
Specifies the class name of the object that was acted upon.
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.