NetApiBufferFree (Windows CE 5.0)

Send Feedback

This function frees the buffers that were allocated with the DsGetDcName function.

NET_API_STATUS NetApiBufferFree(  LPVOID Buffer);

Parameters

  • Buffer
    [in] Pointer to a buffer returned previously by another network management function.

Return Values

If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is a system error code.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Dsgetdc.h.
Library: Netapi32.lib.

See Also

DsGetDcName

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.