ber_free (Windows CE 5.0)

Send Feedback

This function frees a BerElement structure that was previously allocated with a call to the ber_alloc_t or ber_init function.

void ber_free(BerElement* pBerElement,INTfbuf);

Parameters

  • pBerElement
    [in] Pointer to the BerElement to be deallocated.
  • fbuf
    [in] Must be set to 1.

Return Values

None.

Requirements

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

See Also

ber_alloc_t | ber_init | BerElement

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.