HS_HOST_FREE_MEMORY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hotspotoffloadplugin.h

typedef VOID (WINAPI *HS_HOST_FREE_MEMORY)(
  _In_     HANDLE hPluginContext,
  _In_opt_ LPVOID pvBuffer
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-host-free-memory)

HS_HOST_FREE_MEMORY function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_HOST_FREE_MEMORY function frees any memory that was allocated earlier by a call to HS_HOST_ALLOCATE_MEMORY.

Parameters

hPluginContext [in] Context handle for the plugin making the call to this function.

pvBuffer [in, optional] Pointer to the memory buffer.

Return value

This function is called by the plugin to communicate with the host and does not return a value.

Requirements

Version Windows 10 Mobile
Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_HOST_ALLOCATE_MEMORY