Share via


LDAPSearch (Compact 2013)

3/26/2014

This structure is created by a call to the ldap_search_init_page function to manage paged searches.

Syntax

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

Header

winldap.h

See Also

Reference

LDAP Structures
ldap_get_next_page
ldap_get_next_page_s
ldap_get_paged_count
ldap_search_abandon_page
ldap_search_init_page