// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS)(
_Inout_ HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS *pExceptionsList
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
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.
*pExceptionsList [in, out] The HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS structure that contains the list of cellular host names.
This function is called by the host to communicate with the plugin and does not return a value.
This function is called only if the plugin sets the dwNumCellularExceptions field of its HS_PLUGIN_PROFILE to a value greater than zero.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |
HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS