IMsRdpClientAdvancedSettings::get_DisplayConnectionBar (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether the connection bar appears when you log on to the remote computer in full-screen mode.
Syntax
HRESULT get_DisplayConnectionBar(
VARIANT_BOOL *pDisplayConnectionBar
);
Parameters
- pDisplayConnectionBar
[out] VARIANT_BOOL indicating whether the connection bar appears. VARIANT_FALSE indicates that the connection bar does not appear, and VARIANT_TRUE indicates that the connection bar appears.
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::put_DisplayConnectionBar