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.
Defines values for the type of keys that control the state of a keyboard, such as the Caps Lock key.
Syntax
typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0011 {
RDPSRAPI_KBD_SYNC_FLAG_SCROLL_LOCK = 1,
RDPSRAPI_KBD_SYNC_FLAG_NUM_LOCK = 2,
RDPSRAPI_KBD_SYNC_FLAG_CAPS_LOCK = 4,
RDPSRAPI_KBD_SYNC_FLAG_KANA_LOCK = 8
} RDPSRAPI_KBD_SYNC_FLAG;
Constants
RDPSRAPI_KBD_SYNC_FLAG_SCROLL_LOCK Value: 1 |
RDPSRAPI_KBD_SYNC_FLAG_NUM_LOCK Value: 2 |
RDPSRAPI_KBD_SYNC_FLAG_CAPS_LOCK Value: 4 |
RDPSRAPI_KBD_SYNC_FLAG_KANA_LOCK Value: 8 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 R2 [desktop apps | UWP apps] |
Header | rdpencomapi.h |