IRemoteDesktopClientEvents::OnNetworkBandwidthChanged method
[This documentation is preliminary and is subject to change.]
Applies to: desktop apps | Metro style apps
Called when the network bandwidth has changed.
Syntax
void OnNetworkBandwidthChanged(
[in] LONG qualityLevel,
[in] BSTR bandwidth,
[in] BSTR latency
);
Parameters
qualityLevel [in]
Specifies the new connection speed. This will be one of the following values.Value Meaning 1 Less than 512 kilobytes per second (KBps).
2 512 to 1,999 KBps.
3 2,000 to 9,999 KBps.
4 Greater than or equal to 10,000 KBps.
bandwidth [in]
A string that specifies the connection bandwidth.latency [in]
A string that specifies the connection latency.
Return value
This method does not return a value.
Requirements
Minimum supported client |
Windows 8 Consumer Preview |
Minimum supported server |
Windows Server 8 Beta |
See also
Send comments about this topic to Microsoft
Build date: 4/21/2012