ReactOS
0.4.15-dev-4921-g25fcdc5
|
#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <process.h>
#include <stdio.h>
#include "main.h"
#include "framewnd.h"
#include "childwnd.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
BOOL | InitInstance (HINSTANCE hInstance, int nCmdShow) |
void | UpdateStatusBar (void) |
static BOOL CALLBACK | EnumWndProc (HWND hWnd, LPARAM lParam) |
void | ExitInstance (void) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
HINSTANCE | hInst |
HACCEL | hAccel |
HWND | hFrameWnd |
HWND | hMDIClient |
HMENU | hMenuFrame |
HWND | hStatusBar |
HWND | hToolBar |
HFONT | hFont |
TCHAR | szTitle [MAX_LOADSTRING] |
TCHAR | szFrameClass [MAX_LOADSTRING] |
TCHAR | szChildClass [MAX_LOADSTRING] |
static int | g_foundPrevInstance = 0 |
Definition at line 62 of file main.c.
int APIENTRY WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 219 of file main.c.
|
static |
Definition at line 196 of file main.c.
Referenced by EnumWndProc(), and WinMain().
HACCEL hAccel |
Definition at line 47 of file main.c.
Referenced by _tWinMain(), DestroyAcceleratorTable(), InitInstance(), IsAccelerator(), NtUserCopyAcceleratorTable(), NtUserCreateAcceleratorTable(), NtUserDestroyAcceleratorTable(), NtUserTranslateAccelerator(), pump_msg_loop(), test_accel1(), test_accelerators(), UserGetAccelObject(), WinMain(), and wWinMain().
HFONT hFont |
Definition at line 53 of file main.c.
Referenced by InitInstance(), and OSK_ChooseFont().
HWND hMDIClient |
Definition at line 49 of file main.c.
Referenced by _CmdWndProc(), CreateNewMDIChild(), FrameWndProc(), InitChildWindow(), resize_frame_rect(), and WinMain().
HWND hStatusBar |
Definition at line 51 of file main.c.
Referenced by _CmdWndProc(), CMainWindow::alignChildrenToMainWindow(), LoadSettings(), CMainWindow::OnCommand(), OnEnterMenuLoop(), OnExitMenuLoop(), CMainWindow::OnInitMenuPopup(), CSizeboxWindow::OnLButtonUp(), CImgAreaWindow::OnLButtonUp(), OnMenuSelect(), CImgAreaWindow::OnMouseLeave(), CSizeboxWindow::OnMouseMove(), CSelectionWindow::OnMouseMove(), CImgAreaWindow::OnMouseMove(), CImgAreaWindow::OnRButtonUp(), CMainWindow::OnSize(), resize_frame_rect(), ResizeWnd(), SetupStatusBar(), StatusBarLoadAndFormatString(), CCharMapWindow::StatusBarLoadString(), CDeviceManager::StatusBarLoadString(), StatusBarLoadString(), UpdateAddress(), and UpdateStatusBar().
HWND hToolBar |
Definition at line 52 of file main.c.
Referenced by InitInstance().
TCHAR szChildClass[MAX_LOADSTRING] |
TCHAR szFrameClass[MAX_LOADSTRING] |
TCHAR szTitle[MAX_LOADSTRING] |