// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_RESET)(
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_RESET function is called by the host to notify the plugin that it must reset its state.
This function has no parameters.
**
This function is called by the host to communicate with the plugin and does not return a value.
The plugin should terminate all threads and stop any activities in progress.
The plugin is unloaded if it fails to reset.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |