INetworkConnectionEvents::NetworkConnectionPropertyChanged method (netlistmgr.h)
The NetworkConnectionPropertyChanged method notifies a client when property change events related to a specific network connection occur.
Syntax
HRESULT NetworkConnectionPropertyChanged(
[in] GUID connectionId,
[in] NLM_CONNECTION_PROPERTY_CHANGE flags
);
Parameters
[in] connectionId
A GUID that identifies the network connection on which the event occurred.
[in] flags
The NLM_CONNECTION_PROPERTY_CHANGE flags for this connection.
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 |