eHS_UPDATE_RESULT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 documentation

NtDoc

No description available.

Windows hardware development documentation (ehs-update-result)

eHS_UPDATE_RESULT enumeration

[!includeWi-Fi Hotspot Offloading deprecation]

The eHS_UPDATE_RESULT enumeration indicates the result of a “check for updates” request.

Constants

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.

Remarks

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.

Requirements

Version Windows 10 Mobile
Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_HOST_UPDATE_CONFIGURATION_COMPLETION

HS_PLUGIN_CHECK_FOR_UPDATES