INetworkEvents::NetworkPropertyChanged method (netlistmgr.h)
The NetworkPropertyChanged method is called when a network property change is detected.
Syntax
HRESULT NetworkPropertyChanged(
[in] GUID networkId,
[in] NLM_NETWORK_PROPERTY_CHANGE flags
);
Parameters
[in] networkId
GUID that specifies the network on which this event occurred.
[in] flags
NLM_NETWORK_PROPERTY_CHANGE enumeration value that specifies the network property that changed.
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 |