ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <accelerator.h>
Public Attributes | |
PROCMARKHEAD | head |
ULONG | Count |
LPACCEL | Table |
Definition at line 3 of file accelerator.h.
ULONG _ACCELERATOR_TABLE::Count |
Definition at line 6 of file accelerator.h.
Referenced by NtUserCopyAcceleratorTable(), NtUserCreateAcceleratorTable(), and NtUserTranslateAccelerator().
PROCMARKHEAD _ACCELERATOR_TABLE::head |
Definition at line 5 of file accelerator.h.
LPACCEL _ACCELERATOR_TABLE::Table |
Definition at line 7 of file accelerator.h.
Referenced by NtUserCopyAcceleratorTable(), NtUserCreateAcceleratorTable(), NtUserTranslateAccelerator(), and UserDestroyAccelTable().