DhcpRpcFreeMemory function (dhcpsapi.h)

The DhcpRpcFreeMemory function frees a block of buffer space returned as a parameter.

Syntax

VOID DHCP_API_FUNCTION DhcpRpcFreeMemory(
  PVOID BufferPointer
);

Parameters

BufferPointer

Pointer to an address that contains a structure (or structures, in the case of an array) returned as a parameter.

Return value

This function does not return a value.

Remarks

This function should be called to release the memory consumed by any structures.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header dhcpsapi.h
Library Dhcpsapi.lib
DLL Dhcpsapi.dll