ldap_create_page_controlW (WLDAP32.@)
ULONG CDECL ldap_create_page_controlW ( WLDAP32_LDAP* ld, ULONG pagesize, struct WLDAP32_berval* cookie, UCHAR critical, PLDAPControlW* control )
Create a control for paged search results.
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. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Defined in "winldap.h".
Implemented in "dlls/wldap32/page.c". source.winehq.org/source/dlls/wldap32/page.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.