|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 = NULL |
| 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 CMainWindow::ProcessWindowMessage(), and CDownloadManager::RealDlgProc().
| 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().
Definition at line 19 of file winmain.cpp.
| SETTINGS_INFO SettingsInfo |
Definition at line 21 of file winmain.cpp.
Referenced by AsyncLoadIconProc(), CMainWindow::Create(), CreateSettingsDlg(), InitLogs(), MainWindowLoop(), ParseCmdAndExecute(), CDownloadManager::PerformDownloadAndInstall(), CMainWindow::ProcessWindowMessage(), CAppsListView::SetDisplayAppType(), anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), CAppDB::UpdateAvailable(), WriteLogMessage(), and wWinMain().
| LPCWSTR szWindowClass = MAINWINDOWCLASSNAME |
Definition at line 16 of file winmain.cpp.