ber_bvfree (Windows CE 5.0)

Send Feedback

This function frees a berval structure.

void ber_bvfree(BERVAL* pBerVal);

Parameters

  • pBerVal
    [in] Pointer to the berval to be deallocated.

Return Values

None.

Remarks

Applications should not call this function to free berval structures that they themselves have allocated.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winber.h.
Link Library: Wldap32.lib.

See Also

berval

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.