ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Functions | |
void | InitControl (HWND hWndDlg, HKEY hKey, PWCHAR szKey, PWINED3D_SETTINGS pSettings, INT iControlId, INT iCount) |
static VOID | InitSettings (HWND hWndDlg) |
static VOID | SaveSetting (HWND hWnd, HKEY hKey, PWCHAR szKey, PWINED3D_SETTINGS pCfg, INT iControlId, INT iCount) |
static VOID | WriteSettings (HWND hWndDlg) |
INT_PTR CALLBACK | GeneralPageProc (HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Definition at line 146 of file general.c.
Referenced by Applet(), AppletInit(), PropSheetThread(), and SystemApplet().
void InitControl | ( | HWND | hWndDlg, |
HKEY | hKey, | ||
PWCHAR | szKey, | ||
PWINED3D_SETTINGS | pSettings, | ||
INT | iControlId, | ||
INT | iCount | ||
) |
Definition at line 51 of file general.c.
Definition at line 76 of file general.c.
|
static |
Definition at line 98 of file general.c.
Definition at line 124 of file general.c.
Referenced by GeneralPageProc().
WINED3D_SETTINGS gwd3dsDdRender[] |
Definition at line 44 of file general.c.
Referenced by InitSettings(), and WriteSettings().
WINED3D_SETTINGS gwd3dsDisable[] |
Definition at line 13 of file general.c.
Referenced by InitSettings(), and WriteSettings().
WINED3D_SETTINGS gwd3dsEnable[] |
Definition at line 19 of file general.c.
Referenced by InitSettings(), and WriteSettings().
WINED3D_SETTINGS gwd3dsOffscreen[] |
Definition at line 25 of file general.c.
Referenced by InitSettings(), and WriteSettings().
WINED3D_SETTINGS gwd3dsShaderLvl[] |
Definition at line 5 of file general.c.
Referenced by InitSettings(), and WriteSettings().
WINED3D_SETTINGS gwd3dsVidMem[] |
Definition at line 32 of file general.c.
Referenced by InitSettings(), and WriteSettings().