.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_create_vlv_controlW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_create_vlv_controlW\fR (WLDAP32.@) .SH SYNOPSIS INT CDECL ldap_create_vlv_controlW ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPVLVInfo* \fIinfo\fR, UCHAR \fIcritical\fR, LDAPControlW** \fIcontrol\fR ) .SH DESCRIPTION .PP Create a virtual list view \fIcontrol\fR. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIinfo\fR \fB[In]\fR LDAPVLVInfo structure specifying a list view window. .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 NOTES .PP Pass the created \fIcontrol\fR in conjunction with a sort \fIcontrol\fR as server controls in subsequent calls to ldap_search_ext(_s). The server will then return a sorted, contiguous subset of results that meets the criteria specified in the LDAPVLVInfo structure. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/control.c"\fR.