// hotspotoffloadplugin.h
typedef struct _HS_PLUGIN_VERSION {
DWORD dwVerMin;
DWORD dwVerMax;
} HS_PLUGIN_VERSION, *PHS_PLUGIN_VERSION;
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_VERSION structure contains the minimum and maximum hotspot host versions supported by the plugin.
dwVerMin The minimum hotspot host version supported by the plugin.
dwVerMax The maximum hotspot host version supported by the plugin.
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |