IMsTscAxEvents::OnNetworkStatusChanged method

Called when the network status has changed.

Syntax

void OnNetworkStatusChanged(
  [in] ULONG qualityLevel,
  [in] LONG  bandwidth,
  [in] LONG  rtt
);

Parameters

qualityLevel [in]

Specifies the new connection speed. This will be one of the following values.

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]

Specifies the connection bandwidth.

rtt [in]

Specifies the connection latency.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents