ReactOS 0.4.16-dev-336-gb667d82
|
#include "sysfuncs.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 0 |
#define | NUMBER_OF_SYSCALLS (sizeof(MainSSPT) / sizeof(MainSSPT[0])) |
#define | MAX_SYSCALL_NUMBER (NUMBER_OF_SYSCALLS - 1) |
Variables | |
ULONG_PTR | MainSSDT [] |
UCHAR | MainSSPT [] |
ULONG | MainNumberOfSysCalls = NUMBER_OF_SYSCALLS |
#define MAX_SYSCALL_NUMBER (NUMBER_OF_SYSCALLS - 1) |
ULONG MainNumberOfSysCalls = NUMBER_OF_SYSCALLS |
ULONG_PTR MainSSDT[] |
Definition at line 9 of file napi.h.
Referenced by KiInitializeKernel(), and KiInitSystem().
UCHAR MainSSPT[] |
Definition at line 15 of file napi.h.
Referenced by KiInitializeKernel(), and KiInitSystem().