ReactOS 0.4.16-dev-1223-gddcd5f7
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
#define | IsWindowHotKey(pHK) ( (pHK)->pti == NULL && (pHK)->id == IDHK_WNDKEY ) |
Functions | |
DBG_DEFAULT_CHANNEL (UserHotkey) | |
VOID FASTCALL | StartDebugHotKeys (VOID) |
static UINT FASTCALL | IntGetModifiers (PBYTE pKeyState) |
static UCHAR | IntSwapModHKF (UINT Input) |
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 |
#define IsWindowHotKey | ( | pHK | ) | ( (pHK)->pti == NULL && (pHK)->id == IDHK_WNDKEY ) |
Definition at line 191 of file hotkey.c.
Referenced by ProcessKeyEvent().
DBG_DEFAULT_CHANNEL | ( | UserHotkey | ) |
Definition at line 338 of file hotkey.c.
Referenced by IntDefWindowProc().
Definition at line 365 of file hotkey.c.
Referenced by IntDefWindowProc().
Definition at line 68 of file hotkey.c.
Referenced by co_UserProcessHotKeys().
Definition at line 94 of file hotkey.c.
Referenced by DefWndGetHotKey(), and DefWndSetHotKey().
Definition at line 165 of file hotkey.c.
Referenced by co_UserProcessHotKeys(), NtUserRegisterHotKey(), and UserRegisterHotKey().
Definition at line 532 of file hotkey.c.
Referenced by RegisterHotKey().
Definition at line 611 of file hotkey.c.
Definition at line 46 of file hotkey.c.
Referenced by RawInputThreadMain().
VOID FASTCALL UnregisterThreadHotKeys | ( | PTHREADINFO | pti | ) |
Definition at line 135 of file hotkey.c.
Referenced by ExitThreadCallback().
Definition at line 105 of file hotkey.c.
Referenced by co_UserFreeWindow().
Definition at line 451 of file hotkey.c.
Referenced by NtUserSetShellWindowEx(), RawInputThreadMain(), and StartDebugHotKeys().
Definition at line 499 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().