Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Gets or sets the type of network connection used between the client and server. The network connection type information passed on to the server helps the server tune several parameters based on the network connection type.
This property is read/write.
HRESULT put_NetworkConnectionType(
[in] UINT connectionType
);
HRESULT get_NetworkConnectionType(
[out, retval] UINT *pConnectionType
);
The network connection type.
CONNECTION_TYPE_MODEM (1 (0x1))
Modem (56 Kbps)
CONNECTION_TYPE_BROADBAND_LOW (2 (0x2))
Low-speed broadband (256 Kbps to 2 Mbps)
CONNECTION_TYPE_SATELLITE (3 (0x3))
Satellite (2 Mbps to 16 Mbps, with high latency)
CONNECTION_TYPE_BROADBAND_HIGH (4 (0x4))
High-speed broadband (2 Mbps to 10 Mbps)
CONNECTION_TYPE_WAN (5 (0x5))
Wide area network (WAN) (10 Mbps or higher, with high latency)
CONNECTION_TYPE_LAN (6 (0x6))
Local area network (LAN) (10 Mbps or higher)
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings7 is defined as 26036036-4010-4578-8091-0db9a1edf9c3 |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today