.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_create_page_controlW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_create_page_controlW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_create_page_controlW ( WLDAP32_LDAP* \fIld\fR, ULONG \fIpagesize\fR, struct WLDAP32_berval* \fIcookie\fR, UCHAR \fIcritical\fR, PLDAPControlW* \fIcontrol\fR ) .SH DESCRIPTION .PP Create a \fIcontrol\fR for paged search results. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIpagesize\fR \fB[In]\fR Number of entries to return per page. .PP \fIcookie\fR \fB[In]\fR Used by the server to track its location in the search results. .PP \fIcritical\fR \fB[In]\fR Tells the server this \fIcontrol\fR is \fIcritical\fR to the search operation. .PP \fIcontrol\fR \fB[Out]\fR LDAPControl created. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/page.c"\fR.