Share via


IMsRdpClientAdvancedSettings Methods for Customization and Performance (Windows Embedded CE 6.0)

1/6/2010

This section describes methods related to settings such as password, maximized windows, scaling the ActiveX client control's area, and performance flags.

Method Description

get_DedicatedTerminal,

put_DedicatedTerminal

Sets or retrieves the DedicatedTerminal property value, which specifies whether the client should run in dedicated-terminal mode. This method is no longer supported and always returns S_FALSE.

get_EncryptionEnabled,

put_EncryptionEnabled

Reserved. You cannot disable encryption.

get_MaximizeShell,

put_MaximizeShell

Sets or retrieves the MaximizeShell property value, which specifies whether programs launched with the StartProgram property will appear with a maximized window.

get_OrderDrawThreshold,

put_OrderDrawThreshold

Sets or retrieves the OrderDrawThreshold property value, which specifies the maximum number of drawing operations to batch together for rendering. This method is no longer supported and always returns S_FALSE.

get_PerformanceFlags,

put_PerformanceFlags

Sets or retrieves the PerformanceFlags property value, which is a flag set specifying the set of features at the remote server that are made unavailable to improve performance.

get_RdpdrLocalPrintingDocName,

put_RdpdrLocalPrintingDocName

Sets or retrieves the RdpdrLocalPrintingDocName property value, which is a string that specifies the name to use for printer documents that are redirected; for example, Remote Desktop Redirected Printer Document. This method is no longer supported and always returns S_FALSE.

get_RdpdrClipCleanTempDirString,

put_RdpdrClipCleanTempDirString

Sets or retrieves the RdpdrClipCleanTempDirString property value, which is a string that specifies the message to display before exiting while the client control is deleting files in a temporary directory; for example, Cleaning up temporary directory. This method is no longer supported and always returns S_FALSE.

get_RdpdrClipPasteInfoString,

put_RdpdrClipPasteInfoString

Sets or retrieves the RdpdrClipPasteInfoString property value, which is a string that specifies the message to display while the client control processes clipboard information in preparation for pasting the data; for example, Preparing to paste information. This method is no longer supported and always returns S_FALSE.

get_SasSequence,

put_SasSequence

Reserved.

get_SmartSizing,

put_SmartSizing

Sets or retrieves the SmartSizing property value, which specifies whether the display should be scaled to fit the client area of the ActiveX client control. Scroll bars do not appear when SmartSizing is enabled.

get_SmoothScroll,

put_SmoothScroll

Sets or retrieves the SmoothScroll property value, which specifies whether the Remote Desktop window should scroll smoothly when scroll bars are used. This method is no longer supported and always returns S_FALSE.

get_TransportType ,

put_TransportType

Reserved.

get_WinCEFixedPalette,

put_WinCEFixedPalette

Unsupported. Returns E_NOTIMPL.

put_ClearTextPassword

Sets the value of the ClearTextPassword property, which specifies the password for the Remote Desktop ActiveX control, in clear-text format. This property is write-only.

put_ConnectWithEndpoint

Sets a value that indicates the connected socket that the ActiveX client control will connect to. This property is write-only.

See Also

Reference

IMsRdpClientAdvancedSettings