HS_HOST_SEND_KEEP_ALIVE_COMPLETION - NtDoc

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

typedef DWORD (WINAPI *HS_HOST_SEND_KEEP_ALIVE_COMPLETION)(
  _In_ HANDLE hPluginContext,
  _In_ DWORD  dwResult
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-host-send-keep-alive-completion)

HS_HOST_SEND_KEEP_ALIVE_COMPLETION function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_HOST_SEND_KEEP_ALIVE_COMPLETION function indicates the success or failure of a request for a network send keep-alive message.

Parameters

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

dwResult [in] The result code.

Return value

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

Remarks

The plugin must call this function to inform the host of the result of a previous call to HS_PLUGIN_SEND_KEEP_ALIVE.

Requirements

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

See also

HS_PLUGIN_SEND_KEEP_ALIVE