Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This function returns the status of the hardware keyboard.
Syntax
DWORD GetKeyboardStatus(); |
Parameters
None.
Return Value
This function returns a bit mask indicating whether or not a keyboard is present and what its capabilities are. The following table shows the bit mask.
Identifier | Value | Description |
---|---|---|
KBDI_KEYBOARD_PRESENT |
0x0001 |
Indicates whether or not the system has keyboard hardware. |
KBDI_KEYBOARD_ENABLED |
0x0002 |
Indicates whether or not the keyboard hardware is enabled. This bit is assumed to be set but can be modified with EnableHardwareKeyboard. |
KBDI_KEYBOARD_ENTER_ESC |
0x0004 |
Indicates whether or not the keyboard hardware has ENTER and ESC keys. |
KBDI_KEYBOARD_ALPHA_NUM |
0x0008 |
Indicates whether or not the keyboard hardware has alphanumeric keys. |
Requirements
Header | winuser.h |
Library | Kbdui.lib |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |