Scroll to navigation

ldap_sasl_bindA(3w) Wine API ldap_sasl_bindA(3w)

NAME

ldap_sasl_bindA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_sasl_bindA
(
WLDAP32_LDAP* ld,
const PCHAR dn,
const PCHAR mechanism,
const BERVAL* cred,
PLDAPControlA* serverctrls,
PLDAPControlA* clientctrls,
int* message
)
 

DESCRIPTION

See ldap_sasl_bindW(3w).
 

IMPLEMENTATION

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/bind.c".
Oct 2012 Wine API