ReactOS 0.4.16-dev-106-g10b08aa
|
#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 36 of file main.h.
PURPOSE: Processes messages for the child windows.
WM_COMMAND - process the application menu WM_DESTROY - post a quit message and return
Definition at line 366 of file childwnd.c.
Definition at line 885 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 618 of file listview.c.
Definition at line 563 of file treeview.c.
Referenced by _CmdWndProc().
Definition at line 733 of file treeview.c.
Referenced by ChildWndProc().
Definition at line 1089 of file regproc.c.
Referenced by delete_key_state(), and PerformRegAction().
Definition at line 1938 of file edit.c.
Referenced by _CmdWndProc(), and DECLARE_INTERFACE_().
Definition at line 99 of file treeview.c.
Definition at line 641 of file listview.c.
Referenced by ChildWndProc(), and RefreshListView().
Definition at line 139 of file main.c.
Referenced by ChildWndProc().
Definition at line 755 of file treeview.c.
Definition at line 88 of file regedit.c.
Referenced by delete_registry_key(), PerformRegAction(), ProcessCmdLine(), and REGPROC_open_export_file().
Definition at line 11 of file error.c.
Referenced by error_code_messagebox(), ExportRegistryFile(), ImportRegistryFile(), LoadHive(), TreeWndNotifyProc(), and UnloadHive().
Definition at line 1566 of file regproc.c.
Referenced by ExportRegistryFile(), and PerformRegAction().
Definition at line 585 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 811 of file find.c.
Referenced by _CmdWndProc(), and FindNext().
Definition at line 609 of file find.c.
Referenced by FindNextMessageBox().
Definition at line 799 of file find.c.
Referenced by _CmdWndProc(), and FindDialog().
PURPOSE: Processes messages for the main frame window
WM_COMMAND - process the application menu WM_DESTROY - post a quit message and return
Definition at line 1440 of file framewnd.c.
Definition at line 76 of file childwnd.c.
Referenced by SaveSettings(), and UpdateAddress().
Definition at line 73 of file treeview.c.
Referenced by _CmdWndProc(), ChildWndProc(), CreateNewKey(), ExportRegistryFile(), FindNext(), GetItemFullPath(), ImportRegistryFile(), ListWndNotifyProc(), LoadHive(), OnTreeExpanding(), RefreshTreeItem(), SaveSettings(), TreeWndNotifyProc(), UnloadHive(), UpdateAddress(), and UpdateStatusBar().
Definition at line 2072 of file edit.c.
Referenced by CopyKeyName(), ExportRegistryFile(), FindNext(), GetItemFullPath(), and ScControl().
Definition at line 42 of file listview.c.
Referenced by _CmdWndProc(), and FindNext().
Definition at line 1041 of file regproc.c.
Referenced by ImportRegistryFile(), and PerformRegAction().
Definition at line 38 of file error.c.
Referenced by CreateNewKey(), ExportRegistryFile(), ImportRegistryFile(), and PerformRegAction().
Definition at line 328 of file treeview.c.
Referenced by CreateNewKey().
Definition at line 95 of file listview.c.
Referenced by ChildWndProc().
Definition at line 531 of file listview.c.
Referenced by ChildWndProc().
Definition at line 53 of file settings.c.
Definition at line 1522 of file edit.c.
Referenced by _CmdWndProc().
BOOL OnTreeExpanding | ( | HWND | hWnd, |
NMTREEVIEW * | pnmtv | ||
) |
Definition at line 496 of file treeview.c.
Referenced by TreeWndNotifyProc().
Definition at line 92 of file reg.c.
Referenced by ask_confirm(), ask_overwrite_value(), delete_registry_key(), 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_open_export_file(), 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 2038 of file edit.c.
Definition at line 657 of file listview.c.
Referenced by _CmdWndProc(), CreateNewValue(), ImportRegistryFile(), LoadHive(), UnloadHive(), and UpdateAddress().
Definition at line 133 of file treeview.c.
Referenced by RefreshTreeItem(), and RefreshTreeView().
Definition at line 303 of file treeview.c.
Referenced by _CmdWndProc(), ImportRegistryFile(), LoadHive(), and UnloadHive().
Definition at line 793 of file security.c.
Referenced by _CmdWndProc().
Definition at line 1971 of file edit.c.
Referenced by TreeWndNotifyProc().
Definition at line 2006 of file edit.c.
Referenced by ListWndNotifyProc().
Definition at line 95 of file childwnd.c.
Referenced by ChildWndProc(), and finish_splitbar().
Definition at line 115 of file settings.c.
Definition at line 766 of file treeview.c.
Referenced by _CmdWndProc(), AddressBarProc(), ChooseFavorite(), FindNext(), and LoadSettings().
Definition at line 153 of file framewnd.c.
Referenced by InitInstance(), OnExitMenuLoop(), and resize_frame_rect().
Definition at line 12 of file about.c.
Definition at line 380 of file treeview.c.
Definition at line 622 of file treeview.c.
Referenced by ChildWndProc().
Definition at line 300 of file childwnd.c.