ReactOS
0.4.16-dev-927-g467dec4
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
wined3dcfg.h
Go to the documentation of this file.
1
#ifndef _WINED3DCFG_PCH_
2
#define _WINED3DCFG_PCH_
3
4
#include <stdarg.h>
5
#define WIN32_NO_STATUS
6
#include <
windef.h
>
7
#include <
winbase.h
>
8
#include <
winuser.h
>
9
#include <commctrl.h>
10
11
#include "
resource.h
"
12
13
#define MAX_KEY_LENGTH 256
14
15
#define VALUE_GDI L"GDI"
16
#define VALUE_ENABLED L"Enabled"
17
#define VALUE_DISABLED L"Disabled"
18
#define VALUE_NONE L"None"
19
#define VALUE_BACKBUFFER L"Backbuffer"
20
#define VALUE_FBO L"FBO"
21
#define VALUE_DEFAULT L"Default"
22
23
#define KEY_WINE L"Software\\Wine\\Direct3D"
24
25
#define KEY_GLSL L"UseGLSL"
26
#define KEY_GSLEVEL L"MaxShaderModelGS"
27
#define KEY_VSLEVEL L"MaxShaderModelVS"
28
#define KEY_PSLEVEL L"MaxShaderModelPS"
29
#define KEY_STRICTDRAWORDERING L"StrictDrawOrdering"
30
#define KEY_OFFSCREEN L"OffscreenRenderingMode"
31
#define KEY_MULTISAMPLING L"Multisampling"
32
#define KEY_VIDMEMSIZE L"VideoMemorySize"
33
#define KEY_ALWAYSOFFSCREEN L"AlwaysOffscreen"
34
#define KEY_DDRENDERER L"DirectDrawRenderer"
35
36
#define INIT_CONTROL(a, b) InitControl(hWndDlg, hKey, KEY_##a, b, IDC_##a, sizeof(b)/sizeof(WINED3D_SETTINGS))
37
#define SAVE_CONTROL(a, b) SaveSetting(hWndDlg, hKey, KEY_##a, b, IDC_##a, sizeof(b)/sizeof(WINED3D_SETTINGS))
38
39
INT_PTR
CALLBACK
GeneralPageProc
(
HWND
hwndDlg,
UINT
uMsg,
WPARAM
wParam
,
LPARAM
lParam
);
40
41
typedef
struct
_WINED3D_SETTINGS
{
42
WCHAR
szValue
[24];
43
INT
iType
;
44
INT
iValue
;
45
}
WINED3D_SETTINGS
, *
PWINED3D_SETTINGS
;
46
47
#endif
/* _WINED3DCFG_PCH_ */
wParam
WPARAM wParam
Definition:
combotst.c:138
lParam
LPARAM lParam
Definition:
combotst.c:139
CALLBACK
#define CALLBACK
Definition:
compat.h:35
void
Definition:
nsiface.idl:2307
UINT
unsigned int UINT
Definition:
ndis.h:50
_WINED3D_SETTINGS
Definition:
wined3dcfg.h:41
_WINED3D_SETTINGS::szValue
WCHAR szValue[24]
Definition:
wined3dcfg.h:42
_WINED3D_SETTINGS::iValue
INT iValue
Definition:
wined3dcfg.h:44
_WINED3D_SETTINGS::iType
INT iType
Definition:
wined3dcfg.h:43
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
INT
int32_t INT
Definition:
typedefs.h:58
resource.h
winbase.h
windef.h
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
GeneralPageProc
INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition:
propsheet_general.c:327
WINED3D_SETTINGS
struct _WINED3D_SETTINGS WINED3D_SETTINGS
PWINED3D_SETTINGS
struct _WINED3D_SETTINGS * PWINED3D_SETTINGS
winuser.h
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
dll
cpl
wined3dcfg
wined3dcfg.h
Generated on Sun Mar 30 2025 06:02:57 for ReactOS by
1.9.6