IPWorks 2020 C++ Builder Edition

Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

typedef struct {
  int MessageId;
  String DN;
  int ResultCode;
  String ResultDescription;
  String ResponseName;
  String ResponseValue;
  DynamicArray<Byte> ResponseValueB;
} TipwLDAPExtendedResponseEventParams;

typedef void __fastcall (__closure *TipwLDAPExtendedResponseEvent)(System::TObject* Sender, TipwLDAPExtendedResponseEventParams *e);

__property TipwLDAPExtendedResponseEvent OnExtendedResponse = { read=FOnExtendedResponse, write=FOnExtendedResponse };

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]