.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_bind_sW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_bind_sW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_bind_sW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, PWCHAR \fIcred\fR, ULONG \fImethod\fR ) .SH DESCRIPTION .PP Authenticate with an \fBLDAP\fR server (synchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIdn\fR \fB[In]\fR \fBDN\fR of entry to bind as. .PP \fIcred\fR \fB[In]\fR Credentials (e.g. password string). .PP \fImethod\fR \fB[In]\fR Authentication \fImethod\fR. .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.