Go to the source code of this file.
Defines |
| #define | NUM_ICONS 3 |
Functions |
| static BOOL | get_item_path (HWND hwndTV, HTREEITEM hItem, HKEY *phKey, LPTSTR *pKeyPath, int *pPathLen, int *pMaxLen) |
| LPCTSTR | GetItemPath (HWND hwndTV, HTREEITEM hItem, HKEY *phRootKey) |
| BOOL | DeleteNode (HWND hwndTV, HTREEITEM hItem) |
| static HTREEITEM | AddEntryToTree (HWND hwndTV, HTREEITEM hParent, LPTSTR label, HKEY hKey, DWORD dwChildren) |
| BOOL | RefreshTreeItem (HWND hwndTV, HTREEITEM hItem) |
| BOOL | RefreshTreeView (HWND hwndTV) |
| HTREEITEM | InsertNode (HWND hwndTV, HTREEITEM hItem, LPTSTR name) |
| HWND | StartKeyRename (HWND hwndTV) |
| static BOOL | InitTreeViewItems (HWND hwndTV, LPTSTR pHostName) |
| static BOOL | InitTreeViewImageLists (HWND hwndTV) |
| BOOL | OnTreeExpanding (HWND hwndTV, NMTREEVIEW *pnmtv) |
| BOOL | CreateNewKey (HWND hwndTV, HTREEITEM hItem) |
| HWND | CreateTreeView (HWND hwndParent, LPTSTR pHostName, HMENU id) |
| void | DestroyTreeView () |
| BOOL | SelectNode (HWND hwndTV, LPCTSTR keyPath) |
Variables |
| static int | Image_Open = 0 |
| static int | Image_Closed = 0 |
| static int | Image_Root = 0 |
| static LPTSTR | pathBuffer |