ExtendedResponse Event
Fired for LDAP V3 Extended Responses.
Syntax
typedef void __fastcall (__closure *TipaLDAPExtendedResponseEvent)(System::TObject* Sender, TipaLDAPExtendedResponseEventParams *e);__property TipaLDAPExtendedResponseEvent OnExtendedResponse = {read=FOnExtendedResponse, write=FOnExtendedResponse};
typedef struct {
int MessageId;
String DN;
int ResultCode;
String Description;
String ResponseName;
String ResponseValue;
} TipaLDAPExtendedResponseEventParams;
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.