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 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_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