ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include "rapps.h"
#include "unattended.h"
#include "winmain.h"
#include <atlcom.h>
#include <gdiplus.h>
#include <conutils.h>
Go to the source code of this file.
Functions | |
INT WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nShowCmd) |
Variables | |
LPCWSTR | szWindowClass = MAINWINDOWCLASSNAME |
LONG | g_Busy = 0 |
HWND | hMainWnd |
HINSTANCE | hInst |
SETTINGS_INFO | SettingsInfo |
CComModule | gModule |
CAtlWinModule | gWinModule |
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
INT | nShowCmd | ||
) |
Definition at line 30 of file winmain.cpp.
LONG g_Busy = 0 |
Definition at line 17 of file winmain.cpp.
Referenced by CDownloadManager::DownloadDlgProc(), and CMainWindow::ProcessWindowMessage().
CComModule gModule |
Definition at line 26 of file winmain.cpp.
Referenced by wWinMain().
CAtlWinModule gWinModule |
Definition at line 27 of file winmain.cpp.
HINSTANCE hInst |
Definition at line 20 of file winmain.cpp.
Referenced by wWinMain().
HWND hMainWnd |
Definition at line 19 of file winmain.cpp.
SETTINGS_INFO SettingsInfo |
Definition at line 21 of file winmain.cpp.
Referenced by CMainWindow::Create(), InitLogs(), MainWindowLoop(), ParseCmdAndExecute(), CMainWindow::ProcessWindowMessage(), anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), CDownloadManager::ThreadFunc(), CAppDB::UpdateAvailable(), WriteLogMessage(), and wWinMain().
LPCWSTR szWindowClass = MAINWINDOWCLASSNAME |
Definition at line 16 of file winmain.cpp.