|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 | SetDebugHotKeys (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(), and UserRegisterHotKey().
Definition at line 539 of file hotkey.c.
Referenced by RegisterHotKey().
Definition at line 588 of file hotkey.c.
| 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 NtUserRegisterHotKey(), NtUserSetShellWindowEx(), RawInputThreadMain(), and SetDebugHotKeys().
Definition at line 503 of file hotkey.c.
Referenced by NtUserUnregisterHotKey(), and SetDebugHotKeys().
| 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(), UnregisterThreadHotKeys(), UnregisterWindowHotKeys(), UserRegisterHotKey(), and UserUnregisterHotKey().