HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS - NtDoc

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

typedef DWORD (WINAPI *HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS)(
  _Inout_ HS_PLUGIN_CELLULAR_EXCEPTION_HOSTS *pExceptionsList
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-query-cellular-exception-hosts)

HS_PLUGIN_QUERY_CELLULAR_EXCEPTION_HOSTS function

[!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.

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