IMsRdpClientAdvancedSettings::get_EnableWindowsKey (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether the Windows key can be used during a remote session.
Syntax
HRESULT STDMETHODCALLTYPE get_EnableWindowsKey(
LONG *penableWindowsKey
);
Parameters
penableWindowsKey
[out] Indicates whether the Windows key can be used during a remote session.A nonzero value indicates that the Windows key can be used. A value of 0 indicates that the Windows key is not available.
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::put_EnableWindowsKey