Share via


IMsRdpClientAdvancedSettings Methods for Connections, Timeouts, Intervals, and Events (Windows Embedded CE 6.0)

1/6/2010

This section describes methods used for connection, timeouts, intervals, and events.

For a list of all methods on IMsRdpClientAdvancedSettings, see IMsRdpClientAdvancedSettings.

Method Description

get_ConnectToServerConsole,

put_ConnectToServerConsole

Sets or retrieves the ConnectToServerConsole property value, which specifies whether the ActiveX client control should attempt to connect to the console session of a server.

get_DisplayConnectionBar

put_DisplayConnectionBar

Sets or retrieves the DisplayConnectionBar property value, which specifies whether the connection bar appears when you log on to the remote computer in full-screen mode.

get_GrabFocusOnConnect,

put_GrabFocusOnConnect

Sets or retrieves the GrabFocusOnConnect property value, which specifies whether the ActiveX client control will obtain the UI focus from a window running in a different process while it is connecting to the server.

get_InputEventsAtOnce,

put_InputEventsAtOnce

Sets or retrieves the InputEventsAtOnce property value, which specifies the typical number of input events to batch together. This method is no longer supported and always returns S_FALSE.

get_KeepAliveInterval,

put_KeepAliveInterval

Sets or retrieves the KeepAliveInterval property value, which specifies an interval, in milliseconds, at which the client sends keep-alive messages to the server. This method is no longer supported and always returns S_FALSE.

get_MaxEventCount,

put_MaxEventCount

Sets or retrieves the MaxEventCount property value, which specifies the maximum number of input events to batch together. This method is no longer supported and always returns S_FALSE.

get_MinInputSendInterval,

put_MinInputSendInterval

Sets or retrieves the MinInputSendInterval property value, which specifies the minimum interval, in milliseconds, between the sending of mouse events. This method is no longer supported and always returns S_FALSE.

get_MinutesToIdleTimeout,

put_MinutesToIdleTimeout

Sets or retrieves the MinutesToIdleTimeout property value, which specifies the maximum length of time, in minutes, that the client should remain connected while there is no user input.

get_OverallConnectionTimeout,

put_OverallConnectionTimeout

Sets or retrieves the OverallConnectionTimeout property value, which specifies the total length of time, in seconds, that the ActiveX client control waits for a connection to complete.

get_PinConnectionBar,

put_PinConnectionBar

Sets or retrieves the PinConnectionBar property value, which indicates whether the connection bar will be pinned to the shell.

get_RDPPort,

put_RDPPort

Sets or retrieves the RDPPort property value, which indicates the server connection port for Remote Desktop Protocol (RDP) connections..

get_ShutdownTimeout,

put_ShutdownTimeout

Sets or retrieves the ShutdownTimeout property value, which indicates the length of time, in seconds, to wait for the server to respond to a disconnect request. If the server does not reply within the specified time, the ActiveX client control disconnects.

get_SingleConnectionTimeout,

put_SingleConnectionTimeout

Sets or retrieves the SingleConnectionTimeout property value, which specifies the maximum time, in seconds, the ActiveX client control waits for a connection to an IP address.

See Also

Reference

IMsRdpClientAdvancedSettings