ReactOS 0.4.15-dev-6679-g945ee4b
|
#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 = L"ROSAPPMGR2" |
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 29 of file winmain.cpp.
CComModule gModule |
Definition at line 25 of file winmain.cpp.
Referenced by wWinMain().
CAtlWinModule gWinModule |
Definition at line 26 of file winmain.cpp.
HINSTANCE hInst |
Definition at line 19 of file winmain.cpp.
Referenced by wWinMain().
HWND hMainWnd |
Definition at line 18 of file winmain.cpp.
SETTINGS_INFO SettingsInfo |
Definition at line 20 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 = L"ROSAPPMGR2" |
Definition at line 16 of file winmain.cpp.