Share via


IMsRdpClientAdvancedSettings::put_DisplayConnectionBar (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether the connection bar appears when you log on to the remote computer in full-screen mode.

Syntax

HRESULT put_DisplayConnectionBar( 
    VARIANT_BOOL fDisplayConnectionBar
);

Parameters

  • fDisplayConnectionBar
    [in] Specifies whether the connection bar appears when you log on to the remote computer in full-screen mode.

    Set this parameter to VARIANT_TRUE to specify that the connection bar appears. Set it to VARIANT_FALSE to specify that the connection bar does not appear.

Return Value

Returns S_OK if successful.

Remarks

This setting corresponds to the selection in the Display the connection bar when in full screen mode box on the Display tab of the Remote Desktop Connection dialog box.

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::get_DisplayConnectionBar