ber_bvdup (Windows CE 5.0)

Send Feedback

This function creates a copy of the supplied berval structure.

BERVAL* ber_bvdup(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 berval.

If this function fails, it returns a NULL pointer.

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.