ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Classes | |
struct | _ACCELERATOR_TABLE |
Typedefs | |
typedef struct _ACCELERATOR_TABLE | ACCELERATOR_TABLE |
typedef struct _ACCELERATOR_TABLE * | PACCELERATOR_TABLE |
Functions | |
PACCELERATOR_TABLE FASTCALL | UserGetAccelObject (HACCEL) |
BOOLEAN | UserDestroyAccelTable (PVOID Object) |
typedef struct _ACCELERATOR_TABLE * PACCELERATOR_TABLE |
Definition at line 324 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().