Expand Minimize
This topic has not yet been rated - Rate this topic

ldap_value_free_len function

The ldap_value_free_len frees berval structures that were returned by ldap_get_values_len.

Syntax


ULONG ldap_value_free_len(
  _In_  struct berval **vals
);

Parameters

vals [in]

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. See Return Values for more information.

Remarks

Call ldap_value_free_len to free berval structures returned by ldap_get_values_len.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winldap.h

Library

Wldap32.lib

DLL

Wldap32.dll

See also

berval
Functions
ldap_get_values_len
Return Values

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.