ber_init (Windows CE 5.0)

Send Feedback

This function allocates a new BerElement structure containing the data taken from the supplied berval structure.

BerElement* ber_init(BERVAL* pBerVal);

Parameters

  • pBerVal
    [in] Pointer to the source berval.

Return Values

If this function succeeds, the return value is a pointer to the newly allocated BerElement.

If this function fails, it returns a NULL pointer.

Remarks

Call the ber_free function to free a BerElement structure allocated with this function.

Requirements

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

See Also

ber_free | BerElement | berval

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.