HS_PLUGIN_VERSION structure
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) |