ResultDescription Property

The descriptive text returned in the last server response (if any).

Syntax

ANSI (Cross Platform)
char* GetResultDescription();

Unicode (Windows)
LPWSTR GetResultDescription();
@property (nonatomic,readonly,assign,getter=resultDescription) NSString* resultDescription;
- (NSString*)resultDescription;
#define PID_LDAP_RESULTDESCRIPTION 25

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the descriptive text returned in the last server response (if any). This is identical to the corresponding parameter provided by the last Result, SearchResult, or SearchComplete event.

This property is read-only.

Data Type

String

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