Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method sets a value that indicates the virtual-key code to detect for switching to full-screen mode.
Syntax
HRESULT put_HotKeyFullScreen(
LONG hotKeyFullScreen
);
Parameters
- hotKeyFullScreen
[in] Specifies the virtual-key code. The default value is VK_CANCEL, which is the key code sent by a CTRL+BREAK key combination.
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_HotKeyFullScreen