VkKeyScan function user32

int VkKeyScan(
  1. int ch
)

Translates a character to the corresponding virtual-key code and shift state for the current keyboard.

SHORT VkKeyScanW(
  WCHAR ch
);

Implementation

int VkKeyScan(int ch) => _VkKeyScan(ch);