HS_PLUGIN_VERSION - NtDoc

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

typedef struct _HS_PLUGIN_VERSION {
  DWORD dwVerMin;
  DWORD dwVerMax;
} HS_PLUGIN_VERSION, *PHS_PLUGIN_VERSION;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-version)

HS_PLUGIN_VERSION structure

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_PLUGIN_VERSION structure contains the minimum and maximum hotspot host versions supported by the plugin.

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)