INetworkCostManagerEvents interface (netlistmgr.h)

Use this interface to notify an application of machine-wide cost and data plan related events.

Inheritance

The INetworkCostManagerEvents interface inherits from the IUnknown interface. INetworkCostManagerEvents also has these types of members:

Methods

The INetworkCostManagerEvents interface has these methods.

 
INetworkCostManagerEvents::CostChanged

CostChanged method is called to indicates a cost change for either machine-wide Internet connectivity, or the first-hop of routing to a specific destination on a connection.
INetworkCostManagerEvents::DataPlanStatusChanged

DataPlanStatusChanged method is called to indicate a change to the status of a data plan associated with either a connection used for machine-wide Internet connectivity, or the first-hop of routing to a specific destination on a connection.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header netlistmgr.h

See also

IUnknown