Scroll to navigation

ldap_control_freeW(3w) Wine API ldap_control_freeW(3w)

NAME

ldap_control_freeW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_control_freeW
(
LDAPControlW* control
)
 

DESCRIPTION

Free an LDAPControl structure.
 

PARAMS

control [In] LDAPControl structure to free.
 

RETURNS

LDAP_SUCCESS
 

IMPLEMENTATION

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