NetApiBufferFree (Windows Embedded CE 6.0)
1/6/2010
This function frees the buffers that were allocated with the DsGetDcName function.
Syntax
NET_API_STATUS NetApiBufferFree(
LPVOID Buffer
);
Parameters
- Buffer
[in] Pointer to a buffer returned previously by another network management function.
Return Value
If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is a system error code.
Requirements
Header | dsgetdc.h |
Library | netapi32.lib |
Windows Embedded CE | Windows CE 5.0 and later |