// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_SEND_KEEP_ALIVE)(
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_SEND_KEEP_ALIVE function is called by the host to send a network connection keep-alive message. It will be called at the frequency specified in the dwKeepAliveTimeMins member of the plugin's HS_PLUGIN_PROFILE structure.
This function has no parameters.
**
This function is called by the host to communicate with the plugin and does not return a value.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |