ReactOS 0.4.15-dev-6663-gd1e9fe1
|
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | ChildWnd |
Macros | |
#define | STATUS_WINDOW 2001 |
#define | TREE_WINDOW 2002 |
#define | LIST_WINDOW 2003 |
#define | SPLIT_WIDTH 5 |
#define | SPLIT_MIN 30 |
#define | ARRAY_SIZE(A) (sizeof(A)/sizeof(*A)) |
#define | PM_MODIFYVALUE 0 |
#define | PM_NEW 1 |
#define | PM_TREECONTEXT 2 |
#define | PM_ROOTITEM 3 |
#define | PM_HEXEDIT 4 |
#define | MAX_NEW_KEY_LEN 128 |
#define | KEY_MAX_LEN 1024 |
#define | REG_FORMAT_5 1 |
#define | REG_FORMAT_4 2 |
Enumerations | |
enum | OPTION_FLAGS { OPTIONS_AUTO_REFRESH = 0x01 , OPTIONS_READ_ONLY_MODE = 0x02 , OPTIONS_CONFIRM_ON_DELETE = 0x04 , OPTIONS_SAVE_ON_EXIT = 0x08 , OPTIONS_DISPLAY_BINARY_DATA = 0x10 , OPTIONS_VIEW_TREE_ONLY = 0x20 , OPTIONS_VIEW_DATA_ONLY = 0x40 } |
Variables | |
ChildWnd * | g_pChildWnd |
HINSTANCE | hInst |
HWND | hFrameWnd |
HMENU | hMenuFrame |
HWND | hStatusBar |
HMENU | hPopupMenus |
HFONT | hFont |
enum OPTION_FLAGS | Options |
WCHAR | szTitle [] |
WCHAR | szFrameClass [] |
WCHAR | szChildClass [] |
const WCHAR | g_szGeneralRegKey [] |
const WCHAR * | reg_class_namesW [] |
Enumerator | |
---|---|
OPTIONS_AUTO_REFRESH | |
OPTIONS_READ_ONLY_MODE | |
OPTIONS_CONFIRM_ON_DELETE | |
OPTIONS_SAVE_ON_EXIT | |
OPTIONS_DISPLAY_BINARY_DATA | |
OPTIONS_VIEW_TREE_ONLY | |
OPTIONS_VIEW_DATA_ONLY |
Definition at line 49 of file main.h.
Definition at line 301 of file childwnd.c.
Definition at line 810 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 632 of file listview.c.
Definition at line 584 of file treeview.c.
Referenced by _CmdWndProc().
Definition at line 752 of file treeview.c.
Referenced by ChildWndProc().
Definition at line 1097 of file regproc.c.
Referenced by delete_key_state(), and PerformRegAction().
Definition at line 1456 of file edit.c.
Referenced by _CmdWndProc(), and DECLARE_INTERFACE_().
Definition at line 118 of file treeview.c.
Definition at line 655 of file listview.c.
Referenced by ChildWndProc(), and RefreshListView().
Definition at line 164 of file main.c.
Referenced by ChildWndProc().
Definition at line 774 of file treeview.c.
Definition at line 103 of file regedit.c.
Referenced by delete_registry_key(), PerformRegAction(), ProcessCmdLine(), and REGPROC_open_export_file().
Definition at line 24 of file error.c.
Referenced by error_code_messagebox(), ExportRegistryFile(), ImportRegistryFile(), LoadHive(), TreeWndNotifyProc(), and UnloadHive().
Definition at line 1546 of file regproc.c.
Referenced by ExportRegistryFile(), and PerformRegAction().
Definition at line 593 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 825 of file find.c.
Referenced by _CmdWndProc(), and FindNext().
Definition at line 623 of file find.c.
Referenced by FindNextMessageBox().
Definition at line 813 of file find.c.
Referenced by _CmdWndProc(), and FindDialog().
Definition at line 1383 of file framewnd.c.
Definition at line 29 of file childwnd.c.
Referenced by SaveSettings(), and UpdateAddress().
Definition at line 88 of file treeview.c.
Referenced by _CmdWndProc(), ChildWndProc(), CreateNewKey(), ExportRegistryFile(), FindNext(), ImportRegistryFile(), ListWndNotifyProc(), LoadHive(), OnTreeExpanding(), RefreshTreeItem(), SaveSettings(), TreeWndNotifyProc(), UnloadHive(), UpdateAddress(), and UpdateStatusBar().
Definition at line 1588 of file edit.c.
Referenced by CopyKeyName(), ExportRegistryFile(), FindNext(), and ScControl().
Definition at line 55 of file listview.c.
Referenced by _CmdWndProc(), and FindNext().
Definition at line 1049 of file regproc.c.
Referenced by ImportRegistryFile(), and PerformRegAction().
Definition at line 51 of file error.c.
Referenced by CreateNewKey(), ExportRegistryFile(), ImportRegistryFile(), and PerformRegAction().
Definition at line 347 of file treeview.c.
Referenced by CreateNewKey().
Definition at line 108 of file listview.c.
Referenced by ChildWndProc().
Definition at line 545 of file listview.c.
Referenced by ChildWndProc().
Definition at line 53 of file settings.c.
Definition at line 1072 of file edit.c.
Referenced by _CmdWndProc().
BOOL OnTreeExpanding | ( | HWND | hWnd, |
NMTREEVIEW * | pnmtv | ||
) |
Definition at line 516 of file treeview.c.
Referenced by TreeWndNotifyProc().
Definition at line 92 of file reg.c.
Referenced by ask_confirm(), ask_overwrite_value(), export_key(), get_file_handle(), get_regdata(), key_name_state(), open_export_key(), output_error(), parse_registry_key(), parse_win31_line_state(), PerformRegAction(), ProcessCmdLine(), query_value(), reg_add(), reg_copy(), reg_delete(), reg_export(), reg_import(), reg_query(), REGPROC_unescape_string(), run_add(), run_delete(), run_query(), sane_path(), unescape_string(), unknown_data_state(), and wmain().
LONG QueryStringValue | ( | HKEY | hKey, |
LPCWSTR | lpSubKey, | ||
LPCWSTR | lpValueName, | ||
LPWSTR | pszBuffer, | ||
DWORD | dwBufferLen | ||
) |
Definition at line 1554 of file edit.c.
Definition at line 672 of file listview.c.
Referenced by _CmdWndProc(), CreateNewValue(), ImportRegistryFile(), LoadHive(), UnloadHive(), and UpdateAddress().
Definition at line 152 of file treeview.c.
Referenced by RefreshTreeItem(), and RefreshTreeView().
Definition at line 322 of file treeview.c.
Referenced by _CmdWndProc(), ImportRegistryFile(), LoadHive(), and UnloadHive().
Definition at line 839 of file security.c.
Referenced by _CmdWndProc().
Definition at line 1489 of file edit.c.
Referenced by TreeWndNotifyProc().
Definition at line 1522 of file edit.c.
Referenced by ListWndNotifyProc().
Definition at line 41 of file childwnd.c.
Referenced by ChildWndProc(), and finish_splitbar().
Definition at line 115 of file settings.c.
Definition at line 785 of file treeview.c.
Referenced by _CmdWndProc(), AddressBarProc(), ChooseFavorite(), FindNext(), and LoadSettings().
Definition at line 161 of file framewnd.c.
Referenced by InitInstance(), OnExitMenuLoop(), and resize_frame_rect().
Definition at line 25 of file about.c.
Definition at line 399 of file treeview.c.
Definition at line 641 of file treeview.c.
Referenced by ChildWndProc().
Definition at line 232 of file childwnd.c.
Referenced by TreeWndNotifyProc().
Definition at line 150 of file solitaire.cpp.