// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_PRE_CONNECT_INIT)(
_In_ HS_NETWORK_IDENTITY *pNetworkIdentity
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_PRE_CONNECT_INIT function is called to notify the plugin to initialize its state when a connection to a hotspot network is in progress.
*pNetworkIdentity [in] Pointer to the HS_NETWORK_IDENTITY structure for the target network.
This function is called by the host to communicate with the plugin and does not return a value.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |