INetworkEvents::NetworkAdded method (netlistmgr.h)

The NetworkAdded method is called when a new network is added. The GUID of the new network is provided.

Syntax

HRESULT NetworkAdded(
  [in] GUID networkId
);

Parameters

[in] networkId

A GUID that specifies the new network that was added.

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