IMsRdpClientAdvancedSettings::get_ConnectToServerConsole (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether the ActiveX client control should attempt to connect to the console session of a server.
Syntax
get_ConnectToServerConsole(
VARIANT_BOOL *pConnectToConsole
);
Parameters
- pConnectToConsole
[out] Indicates whether the ActiveX client control should attempt to connect to the console session of the server. If this feature is disabled, this parameter is VARIANT_FALSE. If this feature is enabled, this parameter is VARIANT_TRUE.
Property Value/Exceptions
Returns S_OK if successful.
Remarks
VARIANT_TRUE (which specifies that the control should attempt to connect to the console) is supported starting with Windows Server 2003.
Requirements
Header | mstsax.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMsRdpClientAdvancedSettings Methods for Connections, Timeouts, Intervals, and Events
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::put_ConnectToServerConsole