IMsRdpClientAdvancedSettings::put_PinConnectionBar (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that specifies whether the connection bar will be pinned to the shell.
Syntax
HRESULT put_PinConnectionBar(
VARIANT_BOOL fPinConnectionBar
);
Parameters
fPinConnectionBar
[in] Specifies whether the connection bar is pinned to the shell.Set this parameter to VARIANT_TRUE to specify that the connection bar is lowered, that is, invisible to the user and unavailable for input. Or, set it to VARIANT_FALSE to specify that the connection bar is raised and available for user input.
The default value is VARIANT_TRUE.
Return Value
Returns S_OK if successful. Setting this parameter to VARIANT_FALSE in a safe scripting environment returns E_FAIL.
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_PinConnectionBar