ReactOS
0.4.15-dev-1619-g69dffed
|
#include "regedit.h"
Go to the source code of this file.
Macros | |
#define | NUM_ICONS 3 |
Functions | |
static BOOL | get_item_path (HWND hwndTV, HTREEITEM hItem, HKEY *phKey, LPWSTR *pKeyPath, int *pPathLen, int *pMaxLen) |
LPCWSTR | GetItemPath (HWND hwndTV, HTREEITEM hItem, HKEY *phRootKey) |
BOOL | DeleteNode (HWND hwndTV, HTREEITEM hItem) |
static HTREEITEM | AddEntryToTree (HWND hwndTV, HTREEITEM hParent, LPWSTR label, HKEY hKey, DWORD dwChildren) |
BOOL | RefreshTreeItem (HWND hwndTV, HTREEITEM hItem) |
BOOL | RefreshTreeView (HWND hwndTV) |
HTREEITEM | InsertNode (HWND hwndTV, HTREEITEM hItem, LPWSTR name) |
HWND | StartKeyRename (HWND hwndTV) |
static BOOL | InitTreeViewItems (HWND hwndTV, LPWSTR pHostName) |
static BOOL | InitTreeViewImageLists (HWND hwndTV) |
BOOL | OnTreeExpanding (HWND hwndTV, NMTREEVIEW *pnmtv) |
BOOL | CreateNewKey (HWND hwndTV, HTREEITEM hItem) |
BOOL | TreeWndNotifyProc (HWND hWnd, WPARAM wParam, LPARAM lParam, BOOL *Result) |
HWND | CreateTreeView (HWND hwndParent, LPWSTR pHostName, HMENU id) |
void | DestroyTreeView (HWND hwndTV) |
BOOL | SelectNode (HWND hwndTV, LPCWSTR keyPath) |
Variables | |
static int | Image_Open = 0 |
static int | Image_Closed = 0 |
static int | Image_Root = 0 |
static LPWSTR | pathBuffer |
#define NUM_ICONS 3 |
Definition at line 33 of file treeview.c.
|
static |
Definition at line 110 of file treeview.c.
Referenced by InitTreeViewItems(), InsertNode(), OnTreeExpanding(), and RefreshTreeItem().
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 102 of file treeview.c.
Referenced by _CmdWndProc(), and RtlpDeleteAvlTreeNode().
Definition at line 760 of file treeview.c.
|
static |
Definition at line 35 of file treeview.c.
Referenced by GetItemPath().
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 438 of file treeview.c.
Referenced by CreateTreeView().
Definition at line 391 of file treeview.c.
Referenced by CreateTreeView().
Definition at line 331 of file treeview.c.
Referenced by CreateNewKey().
BOOL OnTreeExpanding | ( | HWND | hwndTV, |
NMTREEVIEW * | pnmtv | ||
) |
Definition at line 503 of file treeview.c.
Referenced by TreeWndNotifyProc().
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 771 of file treeview.c.
Referenced by _CmdWndProc(), AddressBarProc(), ChooseFavorite(), FindNext(), and LoadSettings().
Definition at line 383 of file treeview.c.
Definition at line 628 of file treeview.c.
Referenced by ChildWndProc().
|
static |
Definition at line 28 of file treeview.c.
Referenced by AddEntryToTree(), and InitTreeViewImageLists().
|
static |
Definition at line 27 of file treeview.c.
Referenced by AddEntryToTree(), and InitTreeViewImageLists().
|
static |
Definition at line 29 of file treeview.c.
Referenced by InitTreeViewImageLists(), and InitTreeViewItems().
|
static |
Definition at line 31 of file treeview.c.
Referenced by DestroyTreeView(), GetItemPath(), test_listbox_dlgdir(), and test_listbox_LB_DIR().