ReactOS
0.4.15-dev-1623-g66cf1d2
|
#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 add_ruler_units(), AddCharToSelection(), AddDialogControl(), BUTTON_CalcLabelRect(), CB_Paint(), check_height_font_enumproc(), ChildWndProc(), COMBO_Font(), COMCTL32_GetFontMetrics(), CreateFontset(), CreateLayoutIcon(), CreateMonospaceFont(), CreateTitleFont(), CreateTrayIcon(), D3DXCreateTextTest(), DlgProc(), DoEntry(), DrawCaptionTempA(), DrawCaptionTempW(), DrawProc(), DrawThemeText(), DRIVER_SelectFont(), DumpFont(), EditTypeDlg_OnDrawItem(), EMFDRV_CreateFontIndirect(), EMFDRV_SelectFont(), EnumEnhMetaFile(), EnumMetaFile(), FillFontSizeComboList(), FillFontStyleComboList(), fnIMLangFontLink2_ReleaseFont(), fnIMLangFontLink_ReleaseFont(), font_height(), FontSizeChange(), ftGdiGetGlyphOutline(), ftGdiGetTextCharsetInfo(), GB_Paint(), GetButtonHeight(), GetFontCellSize(), GetFontMetrics(), GetThemeTextExtent(), GetThemeTextMetrics(), HEADER_CreateDragImage(), HEADER_Refresh(), HEADER_SetFont(), HEXEDIT_WM_SETFONT(), HOTKEY_SetFont(), InitFonts(), InitInstance(), IPADDRESS_Create(), LISTVIEW_Command(), LISTVIEW_GetItemMetrics(), LISTVIEW_GetStringWidthT(), LISTVIEW_SaveTextMetrics(), LISTVIEW_SetFont(), LISTVIEW_ShowFocusRect(), LoadIniFile(), LrgCellWndProc(), MainFrameBase::MainFrameBase(), MainWndProc(), ME_DebugWrite(), MENU_DrawPopupGlyph(), MFDRV_CreateFontIndirect(), MonSelChangeFont(), MonSelGetMonitorFont(), MonSelPaintMonitor(), MONTHCAL_SetFont(), MonthCalChangeFont(), msi_dialog_get_sans_serif_height(), MyDrawCaptionTemp(), MyDrawFrameCaption(), MyDrawFrameScroll(), MyEnumFontFamExProc(), NOTEPAD_LoadSettingsFromRegistry(), NT5_DrawLogoffCaptionText(), NtGdiGetCharABCWidthsW(), NtGdiGetCharWidthW(), NtGdiGetFontData(), NtGdiGetFontUnicodeRanges(), NtGdiGetGlyphIndicesW(), NtGdiGetOutlineTextMetricsInternalW(), NtGdiGetTextFaceW(), NtUserDrawCaptionTemp(), NtUserDrawMenuBarTemp(), OB_Paint(), OnMeasureItem(), PB_Paint(), PlotCharacter(), PROGRESS_SetFont(), RealizeFontInit(), RetChangeControlFont(), RosImageProc(), ATL::CWindow::SetFont(), SetLrgFont(), SetMessageFont(), SetupControls(), SoftModalMessageBox(), START_TEST(), STATIC_PaintTextfn(), SYSLINK_SetFont(), test_bitmap_font_glyph_index(), test_combo_setfont(), Test_CreateFontA(), Test_CreateFontIndirectA(), Test_CreateFontIndirectExA(), Test_CreateFontIndirectExW(), Test_CreateFontIndirectW(), test_DrawTextCalcRect(), test_emf_ExtTextOut_on_path(), test_ExtTextOut(), Test_Font(), Test_FontSelectionEntry(), Test_GdiGetCharDimensions(), Test_GetTextFaceAliasW(), test_height(), test_MessageBoxFontTest(), test_mf_SaveDC(), test_SaveDC(), test_setfont(), ThemeDrawCaptionText(), TOOLBAR_SetFont(), TOOLTIPS_SetFont(), TreeListEditLabel(), TreeListProc(), TREEVIEW_Command(), TREEVIEW_SetFont(), UB_Paint(), UITOOLS95_DFC_ButtonCheckRadio(), UITOOLS95_DrawFrameCaption(), UITOOLS95_DrawFrameMenu(), UITOOLS95_DrawFrameScroll(), UpdateFontPreview(), UserDrawCaption(), UserDrawCaptionText(), and WndProc().
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] |