ReactOS 0.4.16-dev-13-ge2fc578
|
#include "regedit.h"
Go to the source code of this file.
Macros | |
#define | MAX_LOADSTRING 100 |
Functions | |
BOOL | ProcessCmdLine (WCHAR *cmdline) |
BOOL | InitInstance (HINSTANCE hInstance, int nCmdShow) |
void | DestroyMainMenu () |
void | ExitInstance (HINSTANCE hInstance) |
static BOOL | InLabelEdit (HWND hWnd, UINT Msg) |
static BOOL | TranslateChildTabMessage (PMSG msg) |
static BOOL | TranslateRegeditAccelerator (HWND hWnd, HACCEL hAccTable, PMSG msg) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
const WCHAR * | reg_class_namesW [] |
HINSTANCE | hInst |
HWND | hFrameWnd |
HWND | hStatusBar |
HMENU | hMenuFrame |
HMENU | hPopupMenus |
UINT | nClipboardFormat |
LPCWSTR | strClipboardFormat = L"TODO: SET CORRECT FORMAT" |
WCHAR | szTitle [MAX_LOADSTRING] |
WCHAR | szFrameClass [MAX_LOADSTRING] |
WCHAR | szChildClass [MAX_LOADSTRING] |
Definition at line 139 of file main.c.
Referenced by ChildWndProc().
Definition at line 144 of file main.c.
PURPOSE: Saves instance handle and creates main window
COMMENTS: In this function, we save the instance handle in a global variable and create and display the main program window.
Definition at line 42 of file main.c.
Referenced by WinMain(), and wWinMain().
Definition at line 152 of file main.c.
Referenced by DECLARE_INTERFACE_(), and TranslateRegeditAccelerator().
Definition at line 216 of file regedit.c.
Referenced by wWinMain().
Definition at line 158 of file main.c.
Referenced by wWinMain().
Definition at line 167 of file main.c.
Referenced by wWinMain().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 182 of file main.c.
HWND hFrameWnd |
Definition at line 22 of file main.c.
Referenced by ChildWndProc(), CreateNewKey(), FindNext(), InitInstance(), ListWndNotifyProc(), LoadSettings(), MainFrameBase::OpenShellFolders(), SaveSettings(), TranslateChildTabMessage(), WinMain(), and wWinMain().
HMENU hMenuFrame |
Definition at line 24 of file main.c.
Referenced by MDIMainFrame::Create(), SDIMainFrame::Create(), DestroyMainMenu(), ExitInstance(), FrameWndProc(), InitInstance(), LoadSettings(), SaveSettings(), toggle_child(), TreeWndNotifyProc(), and UpdateAddress().
HMENU hPopupMenus |
Definition at line 25 of file main.c.
Referenced by ChildWndProc(), ExitInstance(), HEXEDIT_WM_CONTEXTMENU(), InitInstance(), and TreeWndNotifyProc().
HWND hStatusBar |
Definition at line 23 of file main.c.
Referenced by _CmdWndProc(), InitInstance(), LoadSettings(), OnEnterMenuLoop(), OnExitMenuLoop(), OnMenuSelect(), resize_frame_rect(), ResizeWnd(), SetupStatusBar(), StatusBarLoadAndFormatString(), CCharMapWindow::StatusBarLoadString(), CDeviceManager::StatusBarLoadString(), StatusBarLoadString(), UpdateAddress(), and UpdateStatusBar().
UINT nClipboardFormat |
Definition at line 26 of file main.c.
Referenced by InitInstance().
Definition at line 12 of file main.c.
Referenced by export_all(), parse_key_name(), txt_export_all(), and txt_parse_key_name().
Definition at line 27 of file main.c.
Referenced by InitInstance().
WCHAR szChildClass[MAX_LOADSTRING] |
Definition at line 32 of file main.c.
Referenced by FrameWndProc(), InitChildWindow(), InitInstance(), WinMain(), and wWinMain().
WCHAR szFrameClass[MAX_LOADSTRING] |
Definition at line 31 of file main.c.
Referenced by InitInstance(), WinMain(), and wWinMain().
WCHAR szTitle[MAX_LOADSTRING] |
Definition at line 30 of file main.c.
Referenced by import_file(), import_store(), import_warn_type_mismatch(), import_warning(), InitInstance(), MAIN_CreateMainWindow(), MAIN_MenuCommand(), MAIN_SetMainWindowTitle(), WinMain(), and wWinMain().