INetworkConnectionCostEvents::ConnectionDataPlanStatusChanged method (netlistmgr.h)

The ConnectionDataPlanStatusChanged method notifies an application of a data plan status change on a connection.

Syntax

HRESULT ConnectionDataPlanStatusChanged(
  GUID connectionId
);

Parameters

connectionId

A unique ID that identifies the connection on which the data plan status change event occurred.

Return value

This method returns S_OK on success.

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

INetworkConnectionCostEvents