// 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 documentationNo description available.
[!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.
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.
This function is called by the plugin to communicate with the host and does not return a value.
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.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |