Share via


IMsRdpClientAdvancedSettings::get_PinConnectionBar (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether the connection bar will be pinned to the shell.

Syntax

HRESULT get_PinConnectionBar( 
    VARIANT_BOOL *pPinConnectionBar
);

Parameters

  • pPinConnectionBar
    [out] VARIANT_BOOL indicating whether the connection bar is pinned to the shell and always displayed to the user.

    VARIANT_TRUE indicates the connection bar is lowered, that is, invisible to the user and unavailable for input. VARIANT_FALSE indicates that the connection bar is raised and available for user input.

Return Value

Returns S_OK if successful. Returns E_INVALIDARG if the pPinConnectionBar parameter is invalid.

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_PinConnectionBar