eHS_NETWORK_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hotspotoffloadplugin.h

typedef enum _eHS_NETWORK_STATE { 
  HS_NETWORK_STATE_NOT_A_HOTSPOT,
  HS_NETWORK_STATE_HOTSPOT_MANUAL_CONNECT,
  HS_NETWORK_STATE_HOTSPOT_AUTO_CONNECT,
  HS_NETWORK_STATE_MAX
} eHS_NETWORK_STATE;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (ehs-network-state)

eHS_NETWORK_STATE enumeration

[!includeWi-Fi Hotspot Offloading deprecation]

The eHS_NETWORK_STATE enumeration indicates whether a network is a hotspot network.

Constants

HS_NETWORK_STATE_NOT_A_HOTSPOT Indicates the network is not a hotspot network.

HS_NETWORK_STATE_HOTSPOT_MANUAL_CONNECT Indicates the user can manually connect to the hotspot network.

HS_NETWORK_STATE_HOTSPOT_AUTO_CONNECT Indicates the device can connect automatically to the hotspot network.

HS_NETWORK_STATE_MAX Indicates an out-of-range value.

Requirements

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