SwMemFree function (swdevice.h)

Frees memory that other Software Device API functions allocated.

Syntax

void SwMemFree(
  [in] PVOID pMem
);

Parameters

[in] pMem

A pointer to the block of memory to free.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Universal
Header swdevice.h
Library Swdevice.lib; OneCoreUAP.lib on Windows 10
DLL Cfgmgr32.dll

See also

SwDeviceInterfaceRegister