.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ber_bvdup 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ber_bvdup\fR (WLDAP32.@) .SH SYNOPSIS BERVAL * CDECL WLDAP32_ber_bvdup ( BERVAL* \fIberval\fR ) .SH DESCRIPTION .PP Copy a \fIberval\fR structure. .SH PARAMS \fIberval\fR \fB[In]\fR Pointer to the \fIberval\fR structure to be copied. .PP .SH RETURNS .PP \fBSuccess:\fR Pointer to a copy of the \fIberval\fR structure. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP Free the copy with ber_bvfree. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/wldap32/ber.c"\fR.