Edit

HS_PLUGIN_RESET 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 HS_PLUGIN_RESET function is called by the host to notify the plugin that it must reset its state.

Syntax

 typedef DWORD (WINAPI *HS_PLUGIN_RESET)(
    
);

Parameters

This function has no parameters.

**

Return value

This function is called by the host to communicate with the plugin and does not return a value.

Remarks

The plugin should terminate all threads and stop any activities in progress.

The plugin is unloaded if it fails to reset.

Requirements

Version

Windows 10 Mobile

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)