INetworkEvents interface (netlistmgr.h)
INetworkEvents is a notification sink interface that a client implements to get network related events. These APIs are all callback functions that are called automatically when the respective events are raised.
Inheritance
The INetworkEvents interface inherits from the IUnknown interface. INetworkEvents also has these types of members:
Methods
The INetworkEvents interface has these methods.
INetworkEvents::NetworkAdded The NetworkAdded method is called when a new network is added. The GUID of the new network is provided. |
INetworkEvents::NetworkConnectivityChanged The NetworkConnectivityChanged method is called when network connectivity related changes occur. (INetworkEvents.NetworkConnectivityChanged) |
INetworkEvents::NetworkDeleted The NetworkDeleted method is called when a network is deleted. |
INetworkEvents::NetworkPropertyChanged The NetworkPropertyChanged method is called when a network property change is detected. |
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 |