ReactOS 0.4.15-dev-6068-g8061a6f
|
#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) |
BOOL | TranslateChildTabMessage (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 = 0 |
UINT | nClipboardFormat |
LPCWSTR | strClipboardFormat = L"TODO: SET CORRECT FORMAT" |
WCHAR | szTitle [MAX_LOADSTRING] |
WCHAR | szFrameClass [MAX_LOADSTRING] |
WCHAR | szChildClass [MAX_LOADSTRING] |
Definition at line 164 of file main.c.
Referenced by ChildWndProc().
Definition at line 171 of file main.c.
Definition at line 61 of file main.c.
Referenced by WinMain(), and wWinMain().
Definition at line 227 of file regedit.c.
Referenced by wWinMain().
Definition at line 179 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 198 of file main.c.
HWND hFrameWnd |
Definition at line 35 of file main.c.
Referenced by ChildWndProc(), CreateNewKey(), FindNext(), InitInstance(), ListWndNotifyProc(), LoadSettings(), MainFrameBase::OpenShellFolders(), SaveSettings(), TranslateChildTabMessage(), WinMain(), and wWinMain().
HMENU hMenuFrame |
Definition at line 37 of file main.c.
Referenced by MDIMainFrame::Create(), SDIMainFrame::Create(), DestroyMainMenu(), ExitInstance(), FrameWndProc(), InitInstance(), LoadSettings(), SaveSettings(), toggle_child(), TreeWndNotifyProc(), and UpdateAddress().
HMENU hPopupMenus = 0 |
Definition at line 38 of file main.c.
Referenced by ChildWndProc(), ExitInstance(), HEXEDIT_WM_CONTEXTMENU(), InitInstance(), and TreeWndNotifyProc().
HWND hStatusBar |
Definition at line 36 of file main.c.
Referenced by InitInstance(), and UpdateStatusBar().
UINT nClipboardFormat |
Definition at line 39 of file main.c.
Referenced by InitInstance().
Definition at line 25 of file main.c.
Referenced by export_all(), and parse_key_name().
Definition at line 40 of file main.c.
Referenced by InitInstance().
WCHAR szChildClass[MAX_LOADSTRING] |
Definition at line 45 of file main.c.
Referenced by FrameWndProc(), InitChildWindow(), InitInstance(), WinMain(), and wWinMain().
WCHAR szFrameClass[MAX_LOADSTRING] |
Definition at line 44 of file main.c.
Referenced by InitInstance(), WinMain(), and wWinMain().
WCHAR szTitle[MAX_LOADSTRING] |
Definition at line 43 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().