OemKeyScan function user32

int OemKeyScan(
  1. int wOemChar
)

Maps OEMASCII codes 0 through 0x0FF into the OEM scan codes and shift states. The function provides information that allows a program to send OEM text to another program by simulating keyboard input.

DWORD OemKeyScan(
  WORD wOemChar
);

Implementation

int OemKeyScan(int wOemChar) => _OemKeyScan(wOemChar);