ExtendedResponse Event
Fired for LDAP V3 Extended Responses.
Syntax
virtual int FireExtendedResponse(LDAPExtendedResponseEventParams *e);
typedef struct {
int MessageId;
char* DN;
int ResultCode;
char* Description;
char* ResponseName;
char* ResponseValue;
int lenResponseValue;
int reserved;
} LDAPExtendedResponseEventParams;
Remarks
The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.