Searched refs:KS_LOCK_BIT (Results 1 – 3 of 3) sorted by relevance
52 #define KS_LOCK_BIT 0x01 macro
2599 lpKeyState[i] |= KS_LOCK_BIT; in NtUserGetKeyboardState()2634 SET_KEY_LOCKED(MessageQueue->afKeyState, i, pKeyState[i] & KS_LOCK_BIT); in NtUserSetKeyboardState()
1512 if (pKeyStateUnsafe[i] & KS_LOCK_BIT) in NtUserToUnicodeEx()