|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Enumerations | |
| enum | DOWNLOADAPPFLAGS { DAF_SILENT = 0x01 , DAF_MODAL = 0x02 } |
Functions | |
| VOID | CreateSettingsDlg (HWND hwnd) |
| VOID | DownloadApplicationsDB (LPCWSTR lpUrl, BOOL IsOfficial) |
| BOOL | DownloadApplication (CAppInfo *pAppInfo) |
| BOOL | DownloadListOfApplications (const CAtlList< CAppInfo * > &AppsList, UINT Flags=0) |
| Enumerator | |
|---|---|
| DAF_SILENT | |
| DAF_MODAL | |
Definition at line 367 of file settingsdlg.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 1211 of file loaddlg.cpp.
Referenced by CMainWindow::InstallApplication().
Definition at line 1222 of file loaddlg.cpp.
Referenced by CAppDB::UpdateAvailable().
Definition at line 1192 of file loaddlg.cpp.
Referenced by DownloadApplication(), HandleInstallCommand(), HandleSetupCommand(), and CMainWindow::OnCommand().