HS_HOST_SEND_USER_MESSAGE - NtDoc

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

typedef DWORD (WINAPI *HS_HOST_SEND_USER_MESSAGE)(
  _In_ HANDLE hPluginContext,
  _In_ DWORD  dwConnectionId,
  _In_ DWORD  dwStringID
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-host-send-user-message)

HS_HOST_SEND_USER_MESSAGE function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_HOST_SEND_USER_MESSAGE function is called to communicate with the user. The message content is contained in custom UI display strings that are passed to the hotspot offload service.

Parameters

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

dwConnectionId [in] Unique identifier for the network connection.

dwStringID [in] The string ID, used as an index into the string table where the message is stored.

Return value

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

Remarks

The hotspot plugin stores the messages in a string table. The plugin must pass the string IDs to the hotspot offload service to enable it to load the appropriate strings.

Requirements

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