ldap_create_page_controlW(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/page.c".