Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The INetworkListManager interface provides a set of methods to perform network list management functions.
Inheritance
The INetworkListManager interface inherits from the IDispatch interface. INetworkListManager also has these types of members:
Methods
The INetworkListManager interface has these methods.
| INetworkListManager::ClearSimulatedProfileInfo Clears the connection profile values previously applied to the internet connection profile by SetSimulatedProfileInfo. The next internet connection query, via GetInternetConnectionProfile, will use system information. | 
| INetworkListManager::get_IsConnected The get_IsConnected property specifies if the local machine has network connectivity. | 
| INetworkListManager::get_IsConnectedToInternet The get_IsConnectedToInternet property specifies if the local machine has internet connectivity. | 
| INetworkListManager::GetConnectivity The GetConnectivity method returns the overall connectivity state of the machine. | 
| INetworkListManager::GetNetwork The GetNetwork method retrieves a network based on a supplied network ID. | 
| INetworkListManager::GetNetworkConnection The GetNetworkConnection method retrieves a network based on a supplied Network Connection ID. | 
| INetworkListManager::GetNetworkConnections The GetNetworkConnections method enumerates a complete list of the network connections that have been made. | 
| INetworkListManager::GetNetworks The GetNetworks method retrieves the list of networks available on the local machine. | 
| INetworkListManager::SetSimulatedProfileInfo The SetSimulatedProfileInfo method applies a specific set of connection profile values to the internet connection profile in support of the simulation of specific metered internet connection conditions. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Target Platform | Windows | 
| Header | netlistmgr.h |