// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_DEINIT)(
_In_ eHS_UNLOAD_REASON UnloadReason
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_DEINIT function is called by the host to notify the plugin that it will be unloaded.
UnloadReason [in] An eHS_UNLOAD_REASON enumeration value that indicates the reason for the unload.
This function is called by the host to communicate with the plugin and does not return a value.
Upon receiving notification that it will be unloaded, the plugin should complete any current activity and save state, if required.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |