IMsRdpClientAdvancedSettings::PerformanceFlags property
Specifies a set of features that can be set at the server to improve performance.
This property is read/write.
Syntax
HRESULT put_PerformanceFlags( [in] LONG DisableList = 0x00000000 ); HRESULT get_PerformanceFlags( [out] LONG *pDisableList );
Property value
The new flags. The default is 0 (TS_PERF_DISABLE_NOTHING.)
Error codes
Returns S_OK if successful.
Remarks
For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
IID |
IID_IMsRdpClientAdvancedSettings is defined as 3c65b4ab-12b3-465b-acd4-b8dad3bff9e2 |
See also
- IMsRdpClientAdvancedSettings2
- IMsRdpClientAdvancedSettings3
- IMsRdpClientAdvancedSettings4
- IMsRdpClientAdvancedSettings5
- IMsRdpClientAdvancedSettings
Send comments about this topic to Microsoft
Build date: 9/7/2011
Missing flags
The following flags should also be available / documented
From the actual RDP Specs.
TS_PERF_ENABLE_ENHANCED_GRAPHICS 0x00000010
Enable enhanced graphics.
TS_PERF_ENABLE_FONT_SMOOTHING 0x00000080
Enable font smoothing
TS_PERF_ENABLE_DESKTOP_COMPOSITION 0x00000100
Enable desktop composition.
From the actual RDP Specs.
- 6/21/2009
- MNJ_DK
