|
ReactOS 0.4.17-dev-243-g1369312
|
#include "precomp.h"#include <shlguid_undoc.h>#include <shlobj_undoc.h>#include <shlwapi_undoc.h>
Go to the source code of this file.
Functions | |
| static VOID | RegTreeOpt_OnDestroy (IRegTreeOptions *pRTO) |
| static BOOL | RegTreeOpt_ToggleCheckItem (IRegTreeOptions *pRTO, HTREEITEM hItem) |
| static BOOL | RegTreeOpt_OnTreeViewClick (IRegTreeOptions *pRTO, HWND hWndTree) |
| static BOOL | RegTreeOpt_OnTreeViewKeyDown (IRegTreeOptions *pRTO, HWND hWndTree, TV_KEYDOWN *pKey) |
| static INT_PTR CALLBACK | VisualEffectsDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | AdvancedDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| VOID | ShowPerformanceOptions (HWND hDlg) |
|
static |
Definition at line 115 of file performance.c.
Referenced by ShowPerformanceOptions().
|
static |
Definition at line 16 of file performance.c.
Referenced by VisualEffectsDlgProc().
Definition at line 32 of file performance.c.
Referenced by VisualEffectsDlgProc().
|
static |
Definition at line 44 of file performance.c.
Referenced by VisualEffectsDlgProc().
Definition at line 26 of file performance.c.
Referenced by RegTreeOpt_OnTreeViewClick(), and RegTreeOpt_OnTreeViewKeyDown().
Definition at line 138 of file performance.c.
Referenced by AdvancedPageProc(), and SystemApplet().
|
static |
Definition at line 54 of file performance.c.
Referenced by ShowPerformanceOptions().