INetworkListManagerEvents::ConnectivityChanged method (netlistmgr.h)

The NetworkConnectivityChanged method is called when network connectivity related changes occur.

Syntax

HRESULT ConnectivityChanged(
  [in] NLM_CONNECTIVITY newConnectivity
);

Parameters

[in] newConnectivity

An NLM_CONNECTIVITY enumeration value that contains the new connectivity settings of the machine.

Return value

Returns S_OK if the method succeeds.

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

See also

INetworkListManagerEvents

NLM_CONNECTIVITY