|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | FILTERPAIR |
Macros | |
| #define | FAVORITES_MENU_POSITION 3 |
| #define | LOADHIVE_KEYNAMELENGTH 128 |
Typedefs | |
| typedef struct FILTERPAIR * | PFILTERPAIR |
Variables | |
| static WCHAR | s_szFavoritesRegKey [] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit\\Favorites" |
| static BOOL | bInMenuLoop = FALSE |
| WCHAR | Suggestions [256] |
| WCHAR | FileNameBuffer [MAX_PATH] |
| #define FAVORITES_MENU_POSITION 3 |
Definition at line 14 of file framewnd.c.
| #define LOADHIVE_KEYNAMELENGTH 128 |
Definition at line 317 of file framewnd.c.
| typedef struct FILTERPAIR * PFILTERPAIR |
PURPOSE: Processes WM_COMMAND messages for the main frame window.
Definition at line 1150 of file framewnd.c.
Referenced by FrameWndProc().
|
static |
Definition at line 847 of file framewnd.c.
Referenced by _CmdWndProc().
| void BuildFilterStrings | ( | WCHAR * | Filter, |
| PFILTERPAIR | Pairs, | ||
| int | PairCount | ||
| ) |
Definition at line 257 of file framewnd.c.
Referenced by InitOpenFileName(), and LoadHive().
Definition at line 206 of file framewnd.c.
Referenced by ExportRegistryFile(), ImportRegistryFile(), and LoadHive().
Definition at line 803 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 908 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 945 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 343 of file framewnd.c.
Referenced by ExportRegistryFile(), ImportRegistryFile(), LoadHive(), and UnloadHive().
Definition at line 19 of file framewnd.c.
Referenced by AddToFavoritesDlgProc().
Definition at line 608 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 554 of file framewnd.c.
Referenced by ExportRegistryFile().
PURPOSE: Processes messages for the main frame window
WM_COMMAND - process the application menu WM_DESTROY - post a quit message and return
Definition at line 1463 of file framewnd.c.
Referenced by InitInstance().
Definition at line 1142 of file framewnd.c.
Referenced by _CmdWndProc(), and SecurityPageProc().
Definition at line 825 of file framewnd.c.
Referenced by AddToFavoritesDlgProc().
Definition at line 462 of file framewnd.c.
Referenced by _CmdWndProc(), main(), and UpdateRegistry().
Definition at line 1025 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 272 of file framewnd.c.
Referenced by ExportRegistryFile(), ImportRegistryFile(), and LoadHive().
|
static |
Definition at line 1084 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 373 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 319 of file framewnd.c.
Referenced by LoadHive().
Definition at line 109 of file framewnd.c.
Referenced by FrameWndProc().
Definition at line 121 of file framewnd.c.
Referenced by FrameWndProc().
Definition at line 50 of file framewnd.c.
Referenced by FrameWndProc().
Definition at line 129 of file framewnd.c.
Referenced by FrameWndProc().
Definition at line 731 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 42 of file framewnd.c.
Referenced by FrameWndProc(), and toggle_child().
Definition at line 29 of file framewnd.c.
Referenced by resize_frame_client().
Definition at line 153 of file framewnd.c.
Referenced by InitInstance(), OnExitMenuLoop(), and resize_frame_rect().
Definition at line 196 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 430 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 165 of file framewnd.c.
Referenced by OnExitMenuLoop().
Definition at line 16 of file framewnd.c.
Referenced by OnEnterMenuLoop(), and OnExitMenuLoop().
Definition at line 248 of file framewnd.c.
Referenced by CSR_API(), ImportRegistryFile(), InitOpenFileName(), LoadSetupInf(), main(), OnlineMountedVolumes(), ReconcileThisDatabaseWithMasterWorker(), RtlGetFullPathName_Ustr(), and RtlpSkipUNCPrefix().
|
static |
Definition at line 15 of file framewnd.c.
Referenced by AddToFavoritesDlgProc(), ChooseFavorite(), and OnInitMenu().
|
extern |
Definition at line 17 of file childwnd.c.
Referenced by _CmdWndProc(), and ChildWndProc().