ReactOS
0.4.16-dev-816-g135a9a9
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
d3d9_create.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS ReactX
4
* FILE: dll/directx/d3d9/d3d9_create.h
5
* PURPOSE: d3d9.dll internal create functions and data
6
* PROGRAMERS: Gregor Brunmar <gregor (dot) brunmar (at) home (dot) se>
7
*/
8
#ifndef _D3D9_CREATE_H_
9
#define _D3D9_CREATE_H_
10
11
#include <windows.h>
12
#include <
d3d9types.h
>
13
#include "
d3d9_private.h
"
14
15
/* Creates a Direct3D9 object */
16
HRESULT
CreateD3D9
(
OUT
LPDIRECT3D9
*ppDirect3D9,
UINT
SDKVersion);
17
18
BOOL
CreateD3D9DeviceData
(
IN
LPDIRECT3D9_DISPLAYADAPTER
pDisplayAdapter,
IN
LPD3D9_DEVICEDATA
pDeviceData);
19
VOID
DestroyD3D9DeviceData
(
IN
LPD3D9_DEVICEDATA
pDeviceData);
20
21
#endif
// _D3D9_CREATE_H_
LPDIRECT3D9
struct IDirect3D9 * LPDIRECT3D9
Definition:
d3d9.h:124
CreateD3D9DeviceData
BOOL CreateD3D9DeviceData(IN LPDIRECT3D9_DISPLAYADAPTER pDisplayAdapter, IN LPD3D9_DEVICEDATA pDeviceData)
Definition:
d3d9_create.c:115
DestroyD3D9DeviceData
VOID DestroyD3D9DeviceData(IN LPD3D9_DEVICEDATA pDeviceData)
Definition:
d3d9_create.c:150
CreateD3D9
HRESULT CreateD3D9(OUT LPDIRECT3D9 *ppDirect3D9, UINT SDKVersion)
Definition:
d3d9_create.c:237
d3d9types.h
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
HRESULT
Definition:
mshtmhst.idl:286
void
Definition:
nsiface.idl:2307
UINT
unsigned int UINT
Definition:
ndis.h:50
_D3D9_DEVICEDATA
Definition:
d3d9_private.h:136
_Direct3D9DisplayAdapterInfo
Definition:
d3d9_private.h:149
IN
#define IN
Definition:
typedefs.h:39
OUT
#define OUT
Definition:
typedefs.h:40
d3d9_private.h
dll
directx
d3d9
d3d9_create.h
Generated on Fri Mar 14 2025 06:03:05 for ReactOS by
1.9.6