Scroll to navigation

ldap_value_freeW(3w) Wine API ldap_value_freeW(3w)

NAME

ldap_value_freeW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_value_freeW
(
PWCHAR* vals
)
 

DESCRIPTION

Free an array of string values.
 

PARAMS

vals [In] Array of string values.
 

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