.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_unbind_s 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_unbind_s\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL WLDAP32_ldap_unbind_s ( WLDAP32_LDAP* \fIld\fR ) .SH DESCRIPTION .PP Close \fBLDAP\fR connection and free resources (synchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .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/bind.c"\fR.