Scroll to navigation

WLDAP32_ldap_unbind_s(3w) Wine API WLDAP32_ldap_unbind_s(3w)

NAME

WLDAP32_ldap_unbind_s (WLDAP32.@)

SYNOPSIS

ULONG CDECL WLDAP32_ldap_unbind_s
(
WLDAP32_LDAP* ld
)
 

DESCRIPTION

Close LDAP connection and free resources (synchronous operation).
 

PARAMS

ld [In] Pointer to an LDAP context.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

IMPLEMENTATION

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