diff --git a/sdk-api-src/content/winuser/nf-winuser-tounicode.md b/sdk-api-src/content/winuser/nf-winuser-tounicode.md index 02757ad0cc1..e7be27c1a3f 100644 --- a/sdk-api-src/content/winuser/nf-winuser-tounicode.md +++ b/sdk-api-src/content/winuser/nf-winuser-tounicode.md @@ -68,7 +68,7 @@ The virtual-key code to be translated. See scan code of the key to be translated. The high-order bit of this value is set if the key is up. +The hardware scan code of the key to be translated. Low byte must contain the last make byte; set bit 8 (0x0100) for extended key; set bit 15 (0x8000) for key-up. ### -param lpKeyState [in, optional] @@ -164,22 +164,13 @@ As ToUnicode translates the virtual-key code, it also changes the state o Conceptual - - Keyboard Input - - Reference - - ToAscii - - ToUnicodeEx - - VkKeyScan + diff --git a/sdk-api-src/content/winuser/nf-winuser-tounicodeex.md b/sdk-api-src/content/winuser/nf-winuser-tounicodeex.md index 1ef433c45a0..35283daa424 100644 --- a/sdk-api-src/content/winuser/nf-winuser-tounicodeex.md +++ b/sdk-api-src/content/winuser/nf-winuser-tounicodeex.md @@ -74,7 +74,7 @@ The virtual-key code to be translated. See scan code of the key to be translated. The high-order bit of this value is set if the key is up. +The hardware scan code of the key to be translated. Low byte must contain the last make byte; set bit 8 (0x0100) for extended key; set bit 15 (0x8000) for key-up. ### -param lpKeyState [in] @@ -178,22 +178,13 @@ As ToUnicodeEx translates the virtual-key code, it also changes the state Conceptual - - Keyboard Input - - LoadKeyboardLayout - - Reference - - ToAsciiEx - - VkKeyScan +