ReactOS
0.4.16-dev-424-ge4748fe
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
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
_
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
multidisp.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Win32k subsystem
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* FILE: win32ss/gdi/eng/multidisp.c
5
* PURPOSE: Multi-Display driver
6
* PROGRAMMERS:
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include <
win32k.h
>
12
#define NDEBUG
13
#include <debug.h>
14
15
BOOL
16
APIENTRY
17
MultiEnableDriver
(
18
_In_
ULONG
iEngineVersion,
19
_In_
ULONG
cj
,
20
_Inout_bytecount_
(
cj
)
PDRVENABLEDATA
pded)
21
{
22
UNIMPLEMENTED
;
23
return
FALSE
;
24
}
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
FALSE
#define FALSE
Definition:
types.h:117
APIENTRY
#define APIENTRY
Definition:
api.h:79
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
_Inout_bytecount_
#define _Inout_bytecount_(size)
Definition:
ms_sal.h:936
MultiEnableDriver
BOOL APIENTRY MultiEnableDriver(_In_ ULONG iEngineVersion, _In_ ULONG cj, _Inout_bytecount_(cj) PDRVENABLEDATA pded)
Definition:
multidisp.c:17
_In_
#define _In_
Definition:
no_sal2.h:158
tagDRVENABLEDATA
Definition:
winddi.h:541
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
win32k.h
cj
_In_ ULONG cj
Definition:
winddi.h:3540
win32ss
gdi
eng
multidisp.c
Generated on Mon Jan 6 2025 06:17:12 for ReactOS by
1.9.6