ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
napi.h
Go to the documentation of this file.
1
/*
2
* FILE: win32ss/napi.h
3
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
4
* PURPOSE: System Call Table for Native API
5
* PROGRAMMER: Timo Kreuzer
6
*/
7
8
#define SVC_(name, argcount) (ULONG_PTR)Nt##name,
9
ULONG_PTR
Win32kSSDT
[] = {
10
#ifdef _WIN64
11
#include "w32ksvc64.h"
12
#else
13
#include "
w32ksvc32.h
"
14
#endif
15
};
16
#undef SVC_
17
18
#define SVC_(name, argcount) argcount * sizeof(void *),
19
UCHAR
Win32kSSPT
[] = {
20
#ifdef _WIN64
21
#include "w32ksvc64.h"
22
#else
23
#include "
w32ksvc32.h
"
24
#endif
25
};
26
27
#define MIN_SYSCALL_NUMBER 0x1000
28
#define NUMBER_OF_SYSCALLS (sizeof(Win32kSSPT) / sizeof(Win32kSSPT[0]))
29
#define MAX_SYSCALL_NUMBER 0x1000 + (NUMBER_OF_SYSCALLS - 1)
30
ULONG
Win32kNumberOfSysCalls
=
NUMBER_OF_SYSCALLS
;
NUMBER_OF_SYSCALLS
#define NUMBER_OF_SYSCALLS
Definition:
napi.h:20
ULONG_PTR
uint32_t ULONG_PTR
Definition:
typedefs.h:65
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
Win32kSSDT
ULONG_PTR Win32kSSDT[]
Definition:
napi.h:9
Win32kNumberOfSysCalls
ULONG Win32kNumberOfSysCalls
Definition:
napi.h:30
Win32kSSPT
UCHAR Win32kSSPT[]
Definition:
napi.h:19
w32ksvc32.h
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
win32ss
napi.h
Generated on Thu Apr 17 2025 06:17:56 for ReactOS by
1.9.6