Directory Services |
typedef struct ldapsearch { ... } LDAPSearch,
*PLDAPSearch;
The ldap_search_init_page function creates this opaque data structure for managing paged searches, and returns a handle to the structure. The ldap_get_next_page, ldap_get_next_page_s, and ldap_get_paged_count functions require this search handle as a parameter. When the paged search is completed, call ldap_search_abandon_page to free this structure and its handle.
This structure does not contain any client-accessible fields.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Winldap.h.
Data Structures, ldap_get_next_page, ldap_get_next_page_s, ldap_get_paged_count, ldap_search_abandon_page, ldap_search_init_page, Searching a Directory