Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wi-Fi Hotspot Offloading deprecation note
Important
Starting in Windows 10, version 1709, the Wi-Fi Hotspot Offloading feature is deprecated and should not be used. Instead, we recommend writing a UWP app and using the Wi-Fi Hotspot Authentication API (Windows.Networking.NetworkOperators).
For a code sample and more info, see the Wi-Fi hotspot authentication sample.
The HS_PLUGIN_VERSION structure contains the minimum and maximum hotspot host versions supported by the plugin.
Syntax
typedef struct _HS_PLUGIN_VERSION {
DWORD dwVerMin;
DWORD dwVerMax;
} HS_PLUGIN_VERSION, *PHS_PLUGIN_VERSION;
Members
dwVerMin
The minimum hotspot host version supported by the plugin.
dwVerMax
The maximum hotspot host version supported by the plugin.
Requirements
Header |
Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |