table of contents
other versions
- wheezy 1.4.1-4
ldap_free_controlsW(3w) | Wine API | ldap_free_controlsW(3w) |
NAME¶
ldap_free_controlsW (WLDAP32.@)SYNOPSIS¶
ULONG CDECL ldap_free_controlsW(
LDAPControlW** controls
)
DESCRIPTION¶
Free an array of LDAPControl structures.PARAMS¶
controls [In] Array of LDAPControl structures to free.RETURNS¶
LDAP_SUCCESS.NOTES¶
Obsolete, use ldap_controls_freeW.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/control.c".Oct 2012 | Wine API |