Platform SDK: Active Directory, ADSI, and Directory Services

ldap_value_free

The ldap_value_free function frees a structure that was returned by ldap_get_values.

ULONG ldap_value_free(
  PCHAR* vals 
);

Parameters

vals
The structure to free.

Return Values

If the function succeeds, the return value is LDAP_SUCCESS.

If the function fails, it returns an error code. See Return Values for more information.

Remarks

Call ldap_value_free to free a structure that was returned by ldap_get_values.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Winldap.h.
  Library: Use Wldap32.lib.
  Unicode: Declared as Unicode and ANSI prototypes.

See Also

Functions, ldap_get_values