WiseMo Guest Component API
Public Types | Properties | List of all members
IWGuestShortcut Interface Reference

C++ More...

import"WGuest.idl";

Inheritance diagram for IWGuestShortcut:

Public Types

enum  ShortcutType_t {
  ShortcutType_AltCtrlDel = 0, ShortcutType_CtrlEsc = 1, ShortcutType_AltTab = 2, ShortcutType_Status = 3,
  ShortcutType_FullScreen = 4
}
 

Properties

VARIANT_BOOL Alt [get, set]
 
VARIANT_BOOL Ctrl [get, set]
 
LONG VkCode [get, set]
 

Detailed Description

C++

Keyboard shortcut interface.

Defines the button assignments for a shortcut returned by IWGuestXCtrl::GetKeyboardShortcut() method.

Member Enumeration Documentation

Keyboard shortcut types.

Enumerator
ShortcutType_AltCtrlDel 

0 - Send ALT + CTRL + DEL to Host

ShortcutType_CtrlEsc 

1 - Send CTRL + ESC to Host

ShortcutType_AltTab 

2 - Send ALT + TAB to Host

ShortcutType_Status 

3 - Connection Status dialog

ShortcutType_FullScreen 

4 - Full Screen mode

Property Documentation

VARIANT_BOOL Alt
getset

ALT usage in shortcut:

  • TRUE - ALT is used.
  • FALSE - ALT is not used.
VARIANT_BOOL Ctrl
getset

CTRL usage in shortcut:

  • TRUE - CTRL is used.
  • FALSE - CTRL is not used.
LONG VkCode
getset

VK code that should be used in shortcut.

Allowed VK codes are:

  • A-Z, 0-9, F1-F12, VK_INSERT, VK_HOME, VK_END, VK_PRIOR (Page Up), VK_NEXT (Page Down), VK_UP, VK_DOWN, VK_LEFT, VK_RIGHT.
  • To disable the shortcut set this property to -1.

The documentation for this interface was generated from the following file: