HS_PLUGIN_DISCONNECT_FROM_NETWORK - NtDoc

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

typedef DWORD (WINAPI *HS_PLUGIN_DISCONNECT_FROM_NETWORK)(
  _In_ HS_NETWORK_IDENTITY *pNetworkIdentity
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-disconnect-from-network)

HS_PLUGIN_DISCONNECT_FROM_NETWORK function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_PLUGIN_DISCONNECT_FROM_NETWORK function notifies the plugin that the device will be disconnected from the network.

Parameters

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

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