.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ber_alloc_t 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ber_alloc_t\fR (WLDAP32.@) .SH SYNOPSIS BerElement * CDECL WLDAP32_ber_alloc_t ( INT \fIoptions\fR ) .SH DESCRIPTION .PP Allocate a berelement structure. .SH PARAMS \fIoptions\fR \fB[In]\fR Must be \fBLBER_USE_DER\fR. .PP .SH RETURNS .PP \fBSuccess:\fR Pointer to an allocated berelement structure. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP Free the berelement structure with ber_free. .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.