// hotspotoffloadplugin.h
typedef DWORD (WINAPI *HS_PLUGIN_QUERY_SUPPORTED_SIMS)(
_In_opt_ HS_NETWORK_IDENTITY *pNetworkIdentity,
_Inout_ HS_PLUGIN_SUPPORTED_SIMS *pSupportedSIMs
);
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_QUERY_SUPPORTED_SIMS function returns the list of SIMs that the plugin supports.
*pNetworkIdentity [in, optional] The HS_NETWORK_IDENTITY structure that uniquely identifies the network.
*pSupportedSIMs [in, out] Pointer to an array of one or more HS_PLUGIN_SUPPORTED_SIMS structures that contains the list of supported SIMs.
This function is called by the host to communicate with the plugin and does not return a value.
If the pNetworkIdentity parameter exists then only those SIM identities required for connecting to the specified network must be provided, otherwise the entire list of SIMs for connecting to all networks must be provided.
| Version | Windows 10 Mobile |
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |