Share via


IMsRdpClientAdvancedSettings::put_EnableWindowsKey (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether the Windows key on the keyboard can be used during a remote session.

Syntax

HRESULT put_EnableWindowsKey( 
    LONG enableWindowsKey
);

Parameters

  • enableWindowsKey
    [in] Specifies whether the Windows key can be used.

    A nonzero value indicates that the Windows key can be used. A value of 0 indicates that the Windows key is not available. The default value is nonzero.

Return Value

Returns S_OK if successful.

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 Keyboard and Mouse
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_EnableWindowsKey