ReactOS
0.4.16-dev-1247-g7d8d8a6
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
main.c
Go to the documentation of this file.
1
2
/*
3
* COPYRIGHT: See COPYING in the top level directory
4
* PROJECT: ReactOS kernel
5
* PURPOSE: Native driver for dxg implementation
6
* FILE: win32ss/reactx/dxgthk/main.c
7
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
8
* REVISION HISTORY:
9
* 15/10-2007 Magnus Olsen
10
*/
11
12
/* DDK/NDK/SDK Headers */
13
#include <ddk/ntddk.h>
14
15
NTSTATUS
NTAPI
16
DriverEntry
(
IN
PVOID
Context1
,
17
IN
PVOID
Context2
)
18
{
19
/*
20
* NOTE this driver will never be load, it only contain export list
21
* to win32k eng functions
22
*/
23
return
STATUS_SUCCESS
;
24
}
25
26
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
DriverEntry
DRIVER_INITIALIZE DriverEntry
Definition:
main.c:9
void
Definition:
nsiface.idl:2307
STATUS_SUCCESS
#define STATUS_SUCCESS
Definition:
shellext.h:65
Context1
_In_ PNET_PNP_EVENT _In_ PTDI_PNP_CONTEXT Context1
Definition:
tdikrnl.h:1095
Context2
_In_ PNET_PNP_EVENT _In_ PTDI_PNP_CONTEXT _In_ PTDI_PNP_CONTEXT Context2
Definition:
tdikrnl.h:1096
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
win32ss
reactx
dxgthk
main.c
Generated on Wed Jun 4 2025 06:17:54 for ReactOS by
1.9.6