Edit

Share via


HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS 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_QUERY_CELLULAR_EXCEPTION_HOSTS function queries the list of hosts that the plugin will need to connect to over cellular as part of its authentication process.

Syntax

 typedef DWORD (WINAPI *HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS)(
  _Inout_ HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS *pExceptionsList
);

Parameters

*pExceptionsList [in, out]
The HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS structure that contains the list of cellular host names.

Return value

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

Remarks

This function is called only if the plugin sets the dwNumCellularExceptions field of its HS_PLUGIN_PROFILE to a value greater than zero.

Requirements

Version

Windows 10 Mobile

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS

HS_PLUGIN_PROFILE