INetworkConnectionCost interface (netlistmgr.h)

Use this interface to query current network cost and data plan status associated with a connection.

Inheritance

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

Methods

The INetworkConnectionCost interface has these methods.

 
INetworkConnectionCost::GetCost

GetCost method retrieves the network cost associated with a connection.
INetworkConnectionCost::GetDataPlanStatus

GetDataPlanStatus method retrieves the status of the data plan associated with a connection.

Requirements

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

See also

IUnknown