ReactOS
0.4.12-dev-721-g03c3dd5
|
#include "regedit.h"
Go to the source code of this file.
Macros | |
#define | MAX_LOADSTRING 100 |
Functions | |
BOOL | ProcessCmdLine (LPWSTR lpCmdLine) |
BOOL | InitInstance (HINSTANCE hInstance, int nCmdShow) |
void | DestroyMainMenu () |
void | ExitInstance (HINSTANCE hInstance) |
BOOL | TranslateChildTabMessage (PMSG msg) |
int APIENTRY | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) |
Variables | |
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 157 of file main.c.
Referenced by ChildWndProc().
Definition at line 164 of file main.c.
Referenced by WinMain(), and wWinMain().
Definition at line 56 of file main.c.
Referenced by WinMain(), and wWinMain().
Definition at line 281 of file regedit.c.
Referenced by wWinMain().
Definition at line 172 of file main.c.
Referenced by wWinMain().
int APIENTRY 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 191 of file main.c.
HWND hFrameWnd |
Definition at line 30 of file main.c.
Referenced by ChildWnd_CmdWndProc(), ChildWndProc(), CreateNewKey(), FindNext(), InitInstance(), ListWndNotifyProc(), LoadSettings(), MainFrameBase::OpenShellFolders(), SaveSettings(), WinMain(), and wWinMain().
HINSTANCE hInst |
Definition at line 29 of file main.c.
Referenced by DllMain(), DllRegisterServer(), DllUnregisterServer(), register_server(), set_statustext(), WinMain(), and wWinMain().
HMENU hMenuFrame |
Definition at line 32 of file main.c.
Referenced by ChildWndProc(), MDIMainFrame::Create(), SDIMainFrame::Create(), DestroyMainMenu(), ExitInstance(), FrameWndProc(), InitInstance(), LoadSettings(), SaveSettings(), show_frame(), toggle_child(), and UpdateAddress().
HMENU hPopupMenus = 0 |
Definition at line 33 of file main.c.
Referenced by ChildWndProc(), ExitInstance(), HEXEDIT_WM_CONTEXTMENU(), and InitInstance().
HWND hStatusBar |
Definition at line 31 of file main.c.
Referenced by InitInstance(), and UpdateStatusBar().
UINT nClipboardFormat |
Definition at line 34 of file main.c.
Referenced by InitInstance().
Definition at line 35 of file main.c.
Referenced by InitInstance().
WCHAR szChildClass[MAX_LOADSTRING] |
Definition at line 40 of file main.c.
Referenced by FrameWndProc(), InitChildWindow(), InitInstance(), WinMain(), and wWinMain().
WCHAR szFrameClass[MAX_LOADSTRING] |
Definition at line 39 of file main.c.
Referenced by InitInstance(), WinMain(), and wWinMain().
WCHAR szTitle[MAX_LOADSTRING] |
Definition at line 38 of file main.c.
Referenced by import_file(), import_store(), import_warn_type_mismatch(), import_warning(), InitInstance(), MAIN_CreateMainWindow(), MAIN_MenuCommand(), MAIN_SetMainWindowTitle(), OSK_About(), WinMain(), and wWinMain().