Scroll to navigation

ldap_sasl_bind_sA(3w) Wine API ldap_sasl_bind_sA(3w)

NAME

ldap_sasl_bind_sA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_sasl_bind_sA
(
WLDAP32_LDAP* ld,
const PCHAR dn,
const PCHAR mechanism,
const BERVAL* cred,
PLDAPControlA* serverctrls,
PLDAPControlA* clientctrls,
PBERVAL* serverdata
)
 

DESCRIPTION

See ldap_sasl_bind_sW(3w).
 

IMPLEMENTATION

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