Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions sdk-api-src/content/winuser/nf-winuser-tounicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The virtual-key code to be translated. See <a href="/windows/desktop/inputdev/vi

Type: <b>UINT</b>

The hardware <a href="/windows/win32/inputdev/about-keyboard-input#scan-codes">scan code</a> of the key to be translated. The high-order bit of this value is set if the key is up.
The hardware <a href="/windows/win32/inputdev/about-keyboard-input#scan-codes">scan code</a> of the key to be translated. Low byte must contain the last make byte; set bit 8 (0x0100) for <a href="/windows/win32/inputdev/about-keyboard-input#extended-key-flag">extended key</a>; set bit 15 (0x8000) for <a href="/windows/win32/inputdev/about-keyboard-input#previous-key-state-flag">key-up</a>.

### -param lpKeyState [in, optional]

Expand Down Expand Up @@ -164,22 +164,13 @@ As <b>ToUnicode</b> translates the virtual-key code, it also changes the state o

<b>Conceptual</b>



<a href="/windows/desktop/inputdev/keyboard-input">Keyboard Input</a>



<b>Reference</b>



<a href="/windows/desktop/api/winuser/nf-winuser-toascii">ToAscii</a>



<a href="/windows/desktop/api/winuser/nf-winuser-tounicodeex">ToUnicodeEx</a>



<a href="/windows/desktop/api/winuser/nf-winuser-vkkeyscana">VkKeyScan</a>

13 changes: 2 additions & 11 deletions sdk-api-src/content/winuser/nf-winuser-tounicodeex.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The virtual-key code to be translated. See <a href="/windows/desktop/inputdev/vi

Type: <b>UINT</b>

The hardware <a href="/windows/win32/inputdev/about-keyboard-input#scan-codes">scan code</a> of the key to be translated. The high-order bit of this value is set if the key is up.
The hardware <a href="/windows/win32/inputdev/about-keyboard-input#scan-codes">scan code</a> of the key to be translated. Low byte must contain the last make byte; set bit 8 (0x0100) for <a href="/windows/win32/inputdev/about-keyboard-input#extended-key-flag">extended key</a>; set bit 15 (0x8000) for <a href="/windows/win32/inputdev/about-keyboard-input#previous-key-state-flag">key-up</a>.

### -param lpKeyState [in]

Expand Down Expand Up @@ -178,22 +178,13 @@ As <b>ToUnicodeEx</b> translates the virtual-key code, it also changes the state

<b>Conceptual</b>



<a href="/windows/desktop/inputdev/keyboard-input">Keyboard Input</a>



<a href="/windows/desktop/api/winuser/nf-winuser-loadkeyboardlayouta">LoadKeyboardLayout</a>



<b>Reference</b>



<a href="/windows/desktop/api/winuser/nf-winuser-toasciiex">ToAsciiEx</a>



<a href="/windows/desktop/api/winuser/nf-winuser-vkkeyscana">VkKeyScan</a>