ldap_create_page_controlW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_create_page_controlW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_create_page_controlW
 (
  WLDAP32_LDAP*          ld,
  ULONG                  pagesize,
  struct WLDAP32_berval* cookie,
  UCHAR                  critical,
  PLDAPControlW*         control
 )

DESCRIPTION

Create a control for paged search results.

PARAMS

ld [In] Pointer to an LDAP context.

pagesize [In] Number of entries to return per page.

cookie [In] Used by the server to track its location in the search results.

critical [In] Tells the server this control is critical to the search operation.

control [Out] LDAPControl created.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/page.c".