diff --git a/sdk-api-src/content/ntddkbd/ns-ntddkbd-keyboard_attributes.md b/sdk-api-src/content/ntddkbd/ns-ntddkbd-keyboard_attributes.md index c76f04663912..2454a2b0a3a7 100644 --- a/sdk-api-src/content/ntddkbd/ns-ntddkbd-keyboard_attributes.md +++ b/sdk-api-src/content/ntddkbd/ns-ntddkbd-keyboard_attributes.md @@ -73,12 +73,12 @@ typedef struct _KEYBOARD_ID { Specifies the keyboard type. -| Value | Description | -|:-----:|------------------------------------------------------| -| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) | -| 0x7 | Japanese Keyboard | -| 0x8 | Korean Keyboard | -| 0x51 | Unknown type or HID keyboard | +| Value | kbd.h define | Description | +|:-----:|-----------------------------|------------------------------------------------------| +| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) | +| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard | +| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard | +| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard | #### Subtype diff --git a/sdk-api-src/content/winuser/nf-winuser-getkeyboardtype.md b/sdk-api-src/content/winuser/nf-winuser-getkeyboardtype.md index 15ca99782583..5e50fd31c16b 100644 --- a/sdk-api-src/content/winuser/nf-winuser-getkeyboardtype.md +++ b/sdk-api-src/content/winuser/nf-winuser-getkeyboardtype.md @@ -84,12 +84,12 @@ If the function fails and nTypeFlag is not 1, the return value is 0; 0 is Valid keyboard types are: -| Value | Description | -|:-----:|------------------------------------------------------| -| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) | -| 0x7 | Japanese Keyboard | -| 0x8 | Korean Keyboard | -| 0x51 | Unknown type or HID keyboard | +| Value | kbd.h define | Description | +|:-----:|-----------------------------|------------------------------------------------------| +| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) | +| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard | +| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard | +| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard | Keyboard subtypes are original equipment manufacturer (OEM)-dependent values. diff --git a/sdk-api-src/content/winuser/ns-winuser-rid_device_info_keyboard.md b/sdk-api-src/content/winuser/ns-winuser-rid_device_info_keyboard.md index 948fd4e4c62f..e8a6ddd6f98a 100644 --- a/sdk-api-src/content/winuser/ns-winuser-rid_device_info_keyboard.md +++ b/sdk-api-src/content/winuser/ns-winuser-rid_device_info_keyboard.md @@ -64,12 +64,12 @@ Type: DWORD The type of keyboard. See [Remarks](#remarks). -| Value | Description | -|:-----:|------------------------------------------------------| -| 0x4 | Enhanced 101- or 102-key keyboards (and compatibles) | -| 0x7 | Japanese Keyboard | -| 0x8 | Korean Keyboard | -| 0x51 | Unknown type or HID keyboard | +| Value | kbd.h define | Description | +|:-----:|-----------------------------|------------------------------------------------------| +| 0x4 | `KEYBOARD_TYPE_GENERIC_101` | Enhanced 101- or 102-key keyboards (and compatibles) | +| 0x7 | `KEYBOARD_TYPE_JAPAN` | Japanese Keyboard | +| 0x8 | `KEYBOARD_TYPE_KOREA` | Korean Keyboard | +| 0x51 | `KEYBOARD_TYPE_UNKNOWN` | Unknown type or HID keyboard | ### -field dwSubType