ReactOS 0.4.16-dev-117-g38f21f9
|
#include "w32ksvc32.h"
Go to the source code of this file.
Macros | |
#define | SVC_(name, argcount) (ULONG_PTR)Nt##name, |
#define | SVC_(name, argcount) argcount * sizeof(void *), |
#define | MIN_SYSCALL_NUMBER 0x1000 |
#define | NUMBER_OF_SYSCALLS (sizeof(Win32kSSPT) / sizeof(Win32kSSPT[0])) |
#define | MAX_SYSCALL_NUMBER 0x1000 + (NUMBER_OF_SYSCALLS - 1) |
Variables | |
ULONG_PTR | Win32kSSDT [] |
UCHAR | Win32kSSPT [] |
ULONG | Win32kNumberOfSysCalls = NUMBER_OF_SYSCALLS |
#define MAX_SYSCALL_NUMBER 0x1000 + (NUMBER_OF_SYSCALLS - 1) |
#define NUMBER_OF_SYSCALLS (sizeof(Win32kSSPT) / sizeof(Win32kSSPT[0])) |
ULONG Win32kNumberOfSysCalls = NUMBER_OF_SYSCALLS |
Definition at line 30 of file napi.h.
Referenced by DriverEntry().
ULONG_PTR Win32kSSDT[] |
UCHAR Win32kSSPT[] |