Scroll to navigation

WLDAP32_ldap_value_free_len(3w) Wine API WLDAP32_ldap_value_free_len(3w)

NAME

WLDAP32_ldap_value_free_len (WLDAP32.@)

SYNOPSIS

ULONG CDECL WLDAP32_ldap_value_free_len
(
struct WLDAP32_berval** vals
)
 

DESCRIPTION

Free an array of berval structures.
 

PARAMS

vals [In] Array of berval structures.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

IMPLEMENTATION

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