INetworkEvents::NetworkDeleted method (netlistmgr.h)

The NetworkDeleted method is called when a network is deleted.

Syntax

HRESULT NetworkDeleted(
  [in] GUID networkId
);

Parameters

[in] networkId

GUID that contains the network ID of the network that was deleted.

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