VkKeyScanEx function user32
Translates a character to the corresponding virtual-key code and shift state. The function translates the character using the input language and physical keyboard layout identified by the input locale identifier.
SHORT VkKeyScanExW(
WCHAR ch,
HKL dwhkl
);
Implementation
int VkKeyScanEx(int ch, int dwhkl) => _VkKeyScanEx(ch, dwhkl);