.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_parse_vlv_controlW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_parse_vlv_controlW\fR (WLDAP32.@) .SH SYNOPSIS INT CDECL ldap_parse_vlv_controlW ( WLDAP32_LDAP* \fIld\fR, PLDAPControlW* \fIcontrol\fR, PULONG \fItargetpos\fR, PULONG \fIlistcount\fR, struct WLDAP32_berval** \fIcontext\fR, PINT \fIerrcode\fR ) .SH DESCRIPTION .PP Parse a virtual list view \fIcontrol\fR. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR \fIcontext\fR. .PP \fIcontrol\fR \fB[In]\fR Controls obtained from a result message. .PP \fItargetpos\fR \fB[Out]\fR Position of the target in the result list. .PP \fIlistcount\fR \fB[Out]\fR Estimate of the number of results in the list. .PP \fIcontext\fR \fB[Out]\fR Server side \fIcontext\fR. .PP \fIerrcode\fR \fB[Out]\fR Error code from the listview operation. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Free the server \fIcontext\fR with ber_bvfree. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/parse.c"\fR.