ber_bvecfree (Windows CE 5.0)

Send Feedback

This function frees an array of berval structures.

void ber_bvecfree(BERVAL** pBerVal);

Parameters

  • pBerVal
    [in] Pointer to an array of berval structures 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.