IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

 virtual int FireExtendedResponse(LDAPExtendedResponseEventParams *e);

 
typedef struct {
int MessageId;
char* DN;
int ResultCode;
char* ResultDescription;
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.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]