Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is not supported.
The ldap_free_controls function is an obsolete function which frees an array of LDAPControl structures.
Note Obsolete. Use the ldap_controls_free
function.
Syntax
WINLDAPAPI ULONG LDAPAPI ldap_free_controls(
[in] LDAPControlA **Controls
);
Parameters
[in] Controls
The array of LDAPControl structures to free.
Return value
If the function succeeds, LDAP_SUCCESS is returned.
If the function fails, an error code is returned. For more information, see Return Values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | winldap.h |
Library | Wldap32.lib |
DLL | Wldap32.dll |