Edit

HSPluginGetVersion function

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 HSPluginGetVersion function is exported by the plugin DLL and is called to verify that the plugin version matches the host version.

Syntax

DWORD HSPluginGetVersion(
  _Out_ HS_PLUGIN_VERSION *pHotspotPluginVersion
);

Parameters

*pHotspotPluginVersion [out]
A pointer to the HS_PLUGIN_VERSION structure that contains version information for the plugin.

Requirements

Version

Windows 10 Mobile

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_PLUGIN_VERSION