SearchSizeLimit Property

Maximum number of entries that can be returned by the next search operation.

Syntax

ANSI (Cross Platform)
int GetSearchSizeLimit();
int SetSearchSizeLimit(int iSearchSizeLimit); Unicode (Windows) INT GetSearchSizeLimit();
INT SetSearchSizeLimit(INT iSearchSizeLimit);
@property (nonatomic,readwrite,assign,getter=searchSizeLimit,setter=setSearchSizeLimit:) int searchSizeLimit;
- (int)searchSizeLimit;
- (void)setSearchSizeLimit:(int)newSearchSizeLimit;
#define PID_LDAP_SEARCHSIZELIMIT 30

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

0

Remarks

This property contains the maximum number of entries that can be returned by the next search operation. This limit is provided as a hint to the directory server. A value of 0 means that no size limits are in effect for the search.

Data Type

Integer

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