LDAPSearch structure
The LDAPsearch structure holds data and state information required to perform a search operation.
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.
This structure does not contain any client-accessible fields.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
Winldap.h |