Go to the source code of this file.
Defines |
| #define | MIN(a, b) ((a < b) ? (a) : (b)) |
Functions |
| LPCTSTR | get_root_key_name (HKEY hRootKey) |
| void | ResizeWnd (int cx, int cy) |
| static void | draw_splitbar (HWND hWnd, int x) |
| static void | OnPaint (HWND hWnd) |
| static void | finish_splitbar (HWND hWnd, int x) |
| static BOOL | _CmdWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
| static void | SuggestKeys (HKEY hRootKey, LPCTSTR pszKeyPath, LPTSTR pszSuggestions, size_t iSuggestionsLength) |
| LRESULT CALLBACK | AddressBarProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | ChildWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
| ChildWnd * | g_pChildWnd |
| static int | last_split |
| HBITMAP | SizingPattern = 0 |
| HBRUSH | SizingBrush = 0 |
| static TCHAR | Suggestions [256] |