Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is created by a call to the ldap_search_init_page function to manage paged searches.
typedef struct ldapsearch LDAPSearch, *PLDAPSearch;
Members
None.
Remarks
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.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
See Also
ldap_get_next_page | ldap_get_next_page_s | ldap_get_paged_count | ldap_search_abandon_page | ldap_search_init_page
Send Feedback on this topic to the authors