ReactOS
0.4.15-dev-2103-g9dff498
|
#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 | COUNT_OF(a) (sizeof(a)/sizeof(a[0])) |
#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 |
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 } |
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 301 of file childwnd.c.
Definition at line 791 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 630 of file listview.c.
Definition at line 571 of file treeview.c.
Referenced by _CmdWndProc().
Definition at line 738 of file treeview.c.
Referenced by ChildWndProc().
Definition at line 1456 of file edit.c.
Referenced by _CmdWndProc(), and DECLARE_INTERFACE_().
Definition at line 102 of file treeview.c.
Referenced by _CmdWndProc(), and RtlpDeleteAvlTreeNode().
Definition at line 653 of file listview.c.
Referenced by ChildWndProc(), and RefreshListView().
Definition at line 157 of file main.c.
Referenced by ChildWndProc().
Definition at line 760 of file treeview.c.
Definition at line 24 of file error.c.
Referenced by error_code_messagebox(), ExportRegistryFile(), ImportRegistryFile(), LoadHive(), TreeWndNotifyProc(), and UnloadHive().
Definition at line 587 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 825 of file find.c.
Referenced by _CmdWndProc(), and FindNext().
Definition at line 631 of file find.c.
Referenced by FindNextMessageBox().
Definition at line 813 of file find.c.
Referenced by _CmdWndProc(), and FindDialog().
Definition at line 1349 of file framewnd.c.
Definition at line 61 of file regedit.c.
Referenced by _CmdWndProc(), convertHexCSVToHex(), convertHexToDWord(), delete_registry_key(), error_unknown_switch(), export_hkey(), export_registry_key(), FrameWndProc(), get_file_name(), PerformRegAction(), processRegEntry(), processRegLinesA(), processSetValue(), REGPROC_open_export_file(), REGPROC_print_error(), and setValue().
Definition at line 83 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 51 of file error.c.
Referenced by CreateNewKey(), ExportRegistryFile(), ImportRegistryFile(), PerformRegAction(), and ProcessCmdLine().
Definition at line 331 of file treeview.c.
Referenced by CreateNewKey().
Definition at line 107 of file listview.c.
Referenced by ChildWndProc().
Definition at line 543 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 503 of file treeview.c.
Referenced by TreeWndNotifyProc().
LONG QueryStringValue | ( | HKEY | hKey, |
LPCWSTR | lpSubKey, | ||
LPCWSTR | lpValueName, | ||
LPWSTR | pszBuffer, | ||
DWORD | dwBufferLen | ||
) |
Definition at line 1554 of file edit.c.
Definition at line 670 of file listview.c.
Referenced by _CmdWndProc(), CreateNewValue(), ImportRegistryFile(), LoadHive(), UnloadHive(), and UpdateAddress().
Definition at line 136 of file treeview.c.
Referenced by RefreshTreeView().
Definition at line 306 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().