ldap_value_free function
The ldap_value_free function frees a structure returned by ldap_get_values.
Syntax
ULONG ldap_value_free( PCHAR *vals );
Parameters
- vals
-
The structure to free.
Return value
If the function succeeds, the return value is LDAP_SUCCESS.
If the function fails, it returns an error code. For more information, see Return Values.
Remarks
Call ldap_value_free to free a structure returned by ldap_get_values.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | ldap_value_freeW (Unicode) and ldap_value_freeA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012