ReactOS
0.4.15-dev-4603-gb922b6d
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
#define | FVIRT_TBL_END 0x80 |
#define | FVIRT_MASK 0x7F |
Functions | |
DBG_DEFAULT_CHANNEL (UserAccel) | |
PACCELERATOR_TABLE FASTCALL | UserGetAccelObject (HACCEL hAccel) |
static BOOLEAN FASTCALL | co_IntTranslateAccelerator (PWND Window, CONST MSG *pMsg, CONST ACCEL *pAccel) |
ULONG APIENTRY | NtUserCopyAcceleratorTable (HACCEL hAccel, LPACCEL Entries, ULONG EntriesCount) |
HACCEL APIENTRY | NtUserCreateAcceleratorTable (LPACCEL Entries, ULONG EntriesCount) |
BOOLEAN | UserDestroyAccelTable (PVOID Object) |
BOOLEAN APIENTRY | NtUserDestroyAcceleratorTable (HACCEL hAccel) |
int APIENTRY | NtUserTranslateAccelerator (HWND hWnd, HACCEL hAccel, LPMSG pUnsafeMessage) |
#define FVIRT_MASK 0x7F |
Definition at line 17 of file accelerator.c.
#define FVIRT_TBL_END 0x80 |
Definition at line 16 of file accelerator.c.
|
static |
Definition at line 44 of file accelerator.c.
Referenced by NtUserTranslateAccelerator().
DBG_DEFAULT_CHANNEL | ( | UserAccel | ) |
Definition at line 171 of file accelerator.c.
Referenced by CopyAcceleratorTableW().
Definition at line 229 of file accelerator.c.
Referenced by CreateAcceleratorTableW(), and U32LoadAccelerators().
Definition at line 344 of file accelerator.c.
Referenced by DestroyAcceleratorTable().
Definition at line 375 of file accelerator.c.
Referenced by TranslateAcceleratorW().
Definition at line 328 of file accelerator.c.
Referenced by NtUserDestroyAcceleratorTable().
PACCELERATOR_TABLE FASTCALL UserGetAccelObject | ( | HACCEL | hAccel | ) |
Definition at line 21 of file accelerator.c.
Referenced by NtUserCopyAcceleratorTable(), NtUserDestroyAcceleratorTable(), and NtUserTranslateAccelerator().