INetworkConnectionEvents interface (netlistmgr.h)
The INetworkConnectionEvents interface is a message sink interface that a client implements to get network connection-related events. Applications that are interested in lower-level events (such as authentication changes) must implement this interface.
Inheritance
The INetworkConnectionEvents interface inherits from the IUnknown interface. INetworkConnectionEvents also has these types of members:
Methods
The INetworkConnectionEvents interface has these methods.
INetworkConnectionEvents::NetworkConnectionConnectivityChanged The NetworkConnectionConnectivityChanged method notifies a client when connectivity change events occur on a network connection level. |
INetworkConnectionEvents::NetworkConnectionPropertyChanged The NetworkConnectionPropertyChanged method notifies a client when property change events related to a specific network connection occur. |
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 |