ReactOS 0.4.15-dev-8636-g945e856
|
#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 199 of file main.c.
Referenced by WinMain().
Definition at line 213 of file main.c.
Referenced by WinMain(), and wWinMain().
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(), ImageView_Main(), InitInstance(), IsAccelerator(), NtUserCopyAcceleratorTable(), NtUserCreateAcceleratorTable(), NtUserDestroyAcceleratorTable(), NtUserTranslateAccelerator(), pump_msg_loop(), test_accel1(), test_accelerators(), UserGetAccelObject(), WinMain(), and wWinMain().
HWND hMDIClient |
Definition at line 49 of file main.c.
Referenced by _CmdWndProc(), CreateNewMDIChild(), FrameWndProc(), InitChildWindow(), resize_frame_rect(), and WinMain().
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] |