ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include "regedit.h"
Go to the source code of this file.
Macros | |
#define | NUM_ICONS 3 /* number of icons to add to the image list */ |
#define | IDI_SHELL_FOLDER 4 |
#define | IDI_SHELL_FOLDER_OPEN 5 |
#define | IDI_SHELL_MY_COMPUTER 16 |
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 |
static int | Image_Closed |
static int | Image_Root |
static LPWSTR | pathBuffer |
#define IDI_SHELL_FOLDER 4 |
Definition at line 21 of file treeview.c.
#define IDI_SHELL_FOLDER_OPEN 5 |
Definition at line 22 of file treeview.c.
#define IDI_SHELL_MY_COMPUTER 16 |
Definition at line 23 of file treeview.c.
Definition at line 18 of file treeview.c.
|
static |
Definition at line 107 of file treeview.c.
Referenced by InitTreeViewItems(), InsertNode(), OnTreeExpanding(), and RefreshTreeItem().
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 99 of file treeview.c.
Definition at line 755 of file treeview.c.
|
static |
Definition at line 25 of file treeview.c.
Referenced by get_item_path(), and GetItemPath().
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 434 of file treeview.c.
Referenced by CreateTreeView().
Definition at line 388 of file treeview.c.
Referenced by CreateTreeView().
Definition at line 328 of file treeview.c.
Referenced by CreateNewKey().
BOOL OnTreeExpanding | ( | HWND | hwndTV, |
NMTREEVIEW * | pnmtv | ||
) |
Definition at line 496 of file treeview.c.
Referenced by TreeWndNotifyProc().
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 766 of file treeview.c.
Referenced by _CmdWndProc(), AddressBarProc(), ChooseFavorite(), FindNext(), and LoadSettings().
Definition at line 380 of file treeview.c.
Definition at line 622 of file treeview.c.
Referenced by ChildWndProc().
|
static |
Definition at line 13 of file treeview.c.
Referenced by AddEntryToTree(), and InitTreeViewImageLists().
|
static |
Definition at line 12 of file treeview.c.
Referenced by AddEntryToTree(), and InitTreeViewImageLists().
|
static |
Definition at line 14 of file treeview.c.
Referenced by InitTreeViewImageLists(), and InitTreeViewItems().
|
static |
Definition at line 16 of file treeview.c.
Referenced by DestroyTreeView(), GetItemPath(), test_listbox_dlgdir(), and test_listbox_LB_DIR().