HS_PLUGIN_IS_HOTSPOT_NETWORK - NtDoc

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

typedef DWORD (WINAPI *HS_PLUGIN_IS_HOTSPOT_NETWORK)(
  _In_      HS_NETWORK_IDENTITY *pNetworkIdentity,
  _Out_     eHS_NETWORK_STATE   *pNetworkState,
  _Out_opt_ HS_NETWORK_PROFILE  *pNetworkProfile
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-is-hotspot-network)

HS_PLUGIN_IS_HOTSPOT_NETWORK function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_PLUGIN_IS_HOTSPOT_NETWORK function is called by the host to determine if a specified network is a hotspot network.

Parameters

*pNetworkIdentity [in] Pointer to the HS_NETWORK_IDENTITY structure for the network from which the device is to be disconnected.

*pNetworkState [out] An eHS_NETWORK_STATE enumeration value that indicates the type of network.

*pNetworkProfile [out, optional] Pointer to the HS_NETWORK_PROFILE structure for the network.

Return value

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

Requirements

Version Windows 10 Mobile
Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_NETWORK_IDENTITY

eHS_NETWORK_STATE

HS_NETWORK_PROFILE