Scroll to navigation

ldap_controls_freeW(3w) Wine API ldap_controls_freeW(3w)

NAME

ldap_controls_freeW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_controls_freeW
(
LDAPControlW** controls
)
 

DESCRIPTION

Free an array of LDAPControl structures.
 

PARAMS

controls [In] Array of LDAPControl structures to free.
 

RETURNS

LDAP_SUCCESS
 

IMPLEMENTATION

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