Platform SDK: Active Directory, ADSI, and Directory Services

LDAPSearch

typedef struct ldapsearch LDAPSearch, *PLDAPSearch;

Members

This structure does not contain any client-accessible fields.

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

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Winldap.h.

See Also

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