ReactOS 0.4.16-dev-570-g1868985
|
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 294 of file framewnd.c.
typedef struct FILTERPAIR * PFILTERPAIR |
PURPOSE: Processes WM_COMMAND messages for the main frame window.
Definition at line 1127 of file framewnd.c.
Referenced by FrameWndProc().
|
static |
Definition at line 824 of file framewnd.c.
Referenced by _CmdWndProc().
void BuildFilterStrings | ( | WCHAR * | Filter, |
PFILTERPAIR | Pairs, | ||
int | PairCount | ||
) |
Definition at line 234 of file framewnd.c.
Referenced by InitOpenFileName(), and LoadHive().
Definition at line 183 of file framewnd.c.
Referenced by ExportRegistryFile(), ImportRegistryFile(), and LoadHive().
Definition at line 780 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 885 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 922 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 320 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 585 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 531 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 1440 of file framewnd.c.
Referenced by InitInstance().
Definition at line 1119 of file framewnd.c.
Referenced by _CmdWndProc(), and SecurityPageProc().
Definition at line 802 of file framewnd.c.
Referenced by AddToFavoritesDlgProc().
Definition at line 439 of file framewnd.c.
Referenced by _CmdWndProc(), main(), and UpdateRegistry().
Definition at line 1002 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 249 of file framewnd.c.
Referenced by ExportRegistryFile(), ImportRegistryFile(), and LoadHive().
|
static |
Definition at line 1061 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 350 of file framewnd.c.
Referenced by _CmdWndProc().
|
static |
Definition at line 296 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 708 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 173 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 407 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 225 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().