ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <win32k.h>
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (UserHotkey) | |
VOID FASTCALL | StartDebugHotKeys (VOID) |
static UINT FASTCALL | IntGetModifiers (PBYTE pKeyState) |
VOID FASTCALL | UnregisterWindowHotKeys (PWND pWnd) |
VOID FASTCALL | UnregisterThreadHotKeys (PTHREADINFO pti) |
static PHOT_KEY FASTCALL | IsHotKey (UINT fsModifiers, WORD wVk) |
BOOL NTAPI | co_UserProcessHotKeys (WORD wVk, BOOL bIsDown) |
UINT FASTCALL | DefWndGetHotKey (PWND pWnd) |
INT FASTCALL | DefWndSetHotKey (PWND pWnd, WPARAM wParam) |
BOOL FASTCALL | UserRegisterHotKey (PWND pWnd, int id, UINT fsModifiers, UINT vk) |
BOOL FASTCALL | UserUnregisterHotKey (PWND pWnd, int id) |
BOOL APIENTRY | NtUserRegisterHotKey (HWND hWnd, int id, UINT fsModifiers, UINT vk) |
BOOL APIENTRY | NtUserUnregisterHotKey (HWND hWnd, int id) |
Variables | |
PHOT_KEY | gphkFirst = NULL |
UINT | gfsModOnlyCandidate |
Definition at line 177 of file hotkey.c.
Referenced by ProcessKeyEvent().
DBG_DEFAULT_CHANNEL | ( | UserHotkey | ) |
Definition at line 313 of file hotkey.c.
Referenced by IntDefWindowProc().
Definition at line 340 of file hotkey.c.
Referenced by IntDefWindowProc().
Definition at line 66 of file hotkey.c.
Referenced by co_UserProcessHotKeys().
Definition at line 151 of file hotkey.c.
Referenced by co_UserProcessHotKeys(), NtUserRegisterHotKey(), and UserRegisterHotKey().
Definition at line 512 of file hotkey.c.
Referenced by RegisterHotKey().
Definition at line 591 of file hotkey.c.
Definition at line 44 of file hotkey.c.
Referenced by RawInputThreadMain().
VOID FASTCALL UnregisterThreadHotKeys | ( | PTHREADINFO | pti | ) |
Definition at line 121 of file hotkey.c.
Referenced by ExitThreadCallback().
Definition at line 91 of file hotkey.c.
Referenced by co_UserFreeWindow().
Definition at line 431 of file hotkey.c.
Referenced by NtUserSetShellWindowEx(), RawInputThreadMain(), and StartDebugHotKeys().
Definition at line 479 of file hotkey.c.
Referenced by StartDebugHotKeys().
UINT gfsModOnlyCandidate |
Definition at line 39 of file hotkey.c.
Referenced by co_UserProcessHotKeys().
Definition at line 38 of file hotkey.c.
Referenced by DefWndGetHotKey(), DefWndSetHotKey(), IsHotKey(), NtUserRegisterHotKey(), NtUserUnregisterHotKey(), UnregisterThreadHotKeys(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().