SearchReturnValues Property

Controls whether the search operation returns values of attributes, or only types.

Syntax

ANSI (Cross Platform)
int GetSearchReturnValues();
int SetSearchReturnValues(int bSearchReturnValues); Unicode (Windows) BOOL GetSearchReturnValues();
INT SetSearchReturnValues(BOOL bSearchReturnValues);
@property (nonatomic,readwrite,assign,getter=searchReturnValues,setter=setSearchReturnValues:) BOOL searchReturnValues;
- (BOOL)searchReturnValues;
- (void)setSearchReturnValues:(BOOL)newSearchReturnValues;
#define PID_LDAP_SEARCHRETURNVALUES 28

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

Default Value

TRUE

Remarks

This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.

Data Type

Boolean

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