.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_simple_bindW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_simple_bindW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_simple_bindW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, PWCHAR \fIpasswd\fR ) .SH DESCRIPTION .PP Authenticate with an \fBLDAP\fR server (asynchronous 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 \fIpasswd\fR \fB[In]\fR Password string. .PP .SH RETURNS .PP \fBSuccess:\fR Message Id of the bind operation. .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Set \fIdn\fR and \fIpasswd\fR to \fBNULL\fR to bind as an anonymous user. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/bind.c"\fR.