NetworkPropertyChange Method of the INetworkEvents Interface
The NetworkPropertyChange method is called when a network property change is detected.
Syntax
HRESULT STDMETHODCALLTYPE NetworkPropertyChange(
[in] GUID gdNetworkId,
[in] NLM_NETWORK_PROPERTY_CHANGE fFlags
);
Parameters
gdNetworkId
GUID that specifies the network on which this event occurred.fFlags
NLM_NETWORK_PROPERTY_CHANGE enumeration value that specifies the network property that changed.
Return Value
Returns S_OK if the method succeeds.
Requirements
| Client | Requires Windows Vista. |
| Server | Requires Windows Server 2008. |
| Header | Declared in Netlistmgr.h. |
| IDL | Declared in Netlistmgr.idl. |
See Also
INetworkEvents
NLM_NETWORK_PROPERTY_CHANGE
Send comments about this topic to Microsoft
Build date: 5/1/2008