ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "precomp.h"
#include <share.h>
#include "treeview.h"
#include "uxthemesupp.h"
#include "regutils.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
DWORD | GetSystemIniActivation (VOID) |
DWORD | GetWinIniActivation (VOID) |
static void | ToLower (LPWSTR lpszString) |
INT_PTR CALLBACK | FindDialogWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
static void | TreeView_SetBOOLCheck (HWND hTree, HTREEITEM htiItem, BOOL bState, BOOL bPropagateStateToParent) |
static void | LoadIniFile (HWND hTree, LPCWSTR lpszIniFile) |
static void | WriteIniFile (HWND hTree, LPCWSTR lpszIniFile) |
static void | Update_Btn_States (HWND hDlg) |
INT_PTR | CommonWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | SystemPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | WinPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
LPCWSTR | lpszSystemIni = L"%SystemRoot%\\system.ini" |
LPCWSTR | lpszWinIni = L"%SystemRoot%\\win.ini" |
static LPCWSTR | szMSConfigTok = L";msconfig " |
static const size_t | MSConfigTokLen = 10 |
static HWND | hTree = NULL |
static WCHAR | szSearchString [MAX_VALUE_NAME] = L"" |
static BOOL | bMatchExactText = FALSE |
static BOOL | bSearchSense = TRUE |
static BOOL | bCaseSensitive = FALSE |
Definition at line 484 of file systempage.cpp.
Referenced by SystemPageWndProc(), and WinPageWndProc().
Definition at line 72 of file systempage.cpp.
Referenced by CommonWndProc().
Definition at line 34 of file systempage.cpp.
Definition at line 41 of file systempage.cpp.
Definition at line 238 of file systempage.cpp.
Referenced by CommonWndProc().
Definition at line 868 of file systempage.cpp.
Referenced by CreatePropSheet(), InitializeTabCtrl(), and OnCreate().
Definition at line 59 of file systempage.cpp.
Referenced by FindDialogWndProc().
|
static |
Definition at line 170 of file systempage.cpp.
Referenced by CommonWndProc(), LoadIniFile(), and TreeView_SetBOOLCheck().
Definition at line 392 of file systempage.cpp.
Referenced by CommonWndProc().
Definition at line 882 of file systempage.cpp.
Referenced by CreatePropSheet().
Definition at line 343 of file systempage.cpp.
Referenced by CommonWndProc().
Definition at line 56 of file systempage.cpp.
Referenced by CommandChoice(), FindDialogWndProc(), IsGenericSystemName(), and IsKeyInString().
Definition at line 54 of file systempage.cpp.
Referenced by FindDialogWndProc().
Definition at line 55 of file systempage.cpp.
Referenced by FindDialogWndProc().
Definition at line 52 of file systempage.cpp.
Referenced by create_treeview_control(), fill_tree(), FindDialogWndProc(), InsertItem(), LoadIniFile(), test_callback(), test_cchildren(), test_delete_items(), test_expandedimage(), test_expandinvisible(), test_expandnotify(), test_fillroot(), test_focus(), test_get_insertmarkcolor(), test_get_linecolor(), test_get_set_bkcolor(), test_get_set_imagelist(), test_get_set_indent(), test_get_set_insertmark(), test_get_set_item(), test_get_set_itemheight(), test_get_set_scrolltime(), test_get_set_textcolor(), test_get_set_tooltips(), test_get_set_unicodeformat(), test_getitemtext(), test_htreeitem_layout(), test_itemedit(), test_right_click(), test_select(), test_TVM_GETNEXTITEM(), test_TVM_HITTEST(), test_TVS_CHECKBOXES(), test_TVS_SINGLEEXPAND(), test_WM_GETDLGCODE(), test_WM_PAINT(), Tree_Item_Copy(), TreeView_Cleanup(), TreeView_DownItem(), TreeView_GetFirst(), TreeView_GetLast(), TreeView_GetLastFromItem(), TreeView_GetNext(), TreeView_GetPrev(), TreeView_GetRealSubtreeState(), TreeView_PropagateStateOfItemToParent(), TreeView_Set3StateCheck(), TreeView_SetBOOLCheck(), TreeView_UpItem(), Update_Btn_States(), and WriteIniFile().
LPCWSTR lpszSystemIni = L"%SystemRoot%\\system.ini" |
Definition at line 23 of file systempage.cpp.
Referenced by CreatePropSheet().
LPCWSTR lpszWinIni = L"%SystemRoot%\\win.ini" |
Definition at line 24 of file systempage.cpp.
Referenced by CreatePropSheet().
Definition at line 29 of file systempage.cpp.
Referenced by LoadIniFile(), and TreeView_SetBOOLCheck().
|
static |
Definition at line 28 of file systempage.cpp.
Referenced by LoadIniFile(), and TreeView_SetBOOLCheck().
|
static |
Definition at line 53 of file systempage.cpp.
Referenced by FindDialogWndProc().