HSPluginGetVersion - NtDoc

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

DWORD HSPluginGetVersion(
  _Out_ HS_PLUGIN_VERSION *pHotspotPluginVersion
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hsplugingetversion)

HSPluginGetVersion function

[!includeWi-Fi Hotspot Offloading deprecation]

The HSPluginGetVersion function is exported by the plugin DLL and is called to verify that the plugin version matches the host version.

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