// hotspotoffloadplugin.h
typedef enum _eHS_UPDATE_RESULT {
HS_UPDATE_RESULT_SUCCESS,
HS_UPDATE_RESULT_ACTION_RECONNECT,
HS_UPDATE_RESULT_ACTION_RELOAD,
HS_UPDATE_RESULT_MAX
} eHS_UPDATE_RESULT;
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The eHS_UPDATE_RESULT enumeration indicates the result of a “check for updates” request.
HS_UPDATE_RESULT_SUCCESS Indicates the update was successful.
HS_UPDATE_RESULT_ACTION_RECONNECT The result of the update request requires the service to disconnect and reconnect.
HS_UPDATE_RESULT_ACTION_RELOAD The result of the update request requires the service to unload and reload the plugin.
HS_UPDATE_RESULT_MAX Indicates an out-of-range value.
The plugin passes this enumeration value to the hotspot plugin host through the HS_HOST_UPDATE_CONFIGURATION_COMPLETION function, which is used to inform the hotspot plugin host of the results of a call to HS_PLUGIN_CHECK_FOR_UPDATES.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |
HS_HOST_UPDATE_CONFIGURATION_COMPLETION