Searched refs:IntVscToVk (Results 1 – 1 of 1) sorted by relevance
564 IntVscToVk(WORD wScanCode, PKBDTABLES pKbdTbl) in IntVscToVk() function1154 wVk = IntVscToVk(wScanCode | (bExt ? 0xE000 : 0), pKbdTbl); in UserSendKeyboardInput()1224 wVk = IntVscToVk(wScanCode, pKbdTbl); in UserProcessKeyboardInput()1407 uRet = IntVscToVk(uCode, pKbdTbl) & 0xFF; in IntMapVirtualKeyEx()1416 uRet = IntVscToVk(uCode, pKbdTbl) & 0xFF; in IntMapVirtualKeyEx()1637 WORD wVk = IntVscToVk(wScanCode, pKbdTbl); in NtUserGetKeyNameText()