次の方法で共有


LDAPSearch (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

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