INetworkEvents::NetworkConnectivityChanged method (netlistmgr.h)

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

Syntax

HRESULT NetworkConnectivityChanged(
  [in] GUID             networkId,
  [in] NLM_CONNECTIVITY newConnectivity
);

Parameters

[in] networkId

A GUID that specifies the new network that was added.

[in] newConnectivity

NLM_CONNECTIVITY enumeration value that contains the new connectivity of this network.

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

INetworkEvents

NLM_CONNECTIVITY