ReactOS 0.4.15-dev-5853-gcb454ef
dialogs.h
Go to the documentation of this file.
1#pragma once
2
3#include "appinfo.h"
4
5#include <windef.h>
6#include <atlsimpcoll.h>
7
8// Settings dialog (settingsdlg.cpp)
11
12// Main window
13VOID
14MainWindowLoop(class CAppDB *db, INT nShowCmd);
15
16// Download dialogs
17VOID
18DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial);
19BOOL
21BOOL
Definition: appdb.h:9
unsigned int BOOL
Definition: ntddk_ex.h:94
BOOL DownloadApplication(CAppInfo *pAppInfo)
Definition: loaddlg.cpp:1074
VOID MainWindowLoop(class CAppDB *db, INT nShowCmd)
Definition: gui.cpp:788
VOID CreateSettingsDlg(HWND hwnd)
BOOL DownloadListOfApplications(const CAtlList< CAppInfo * > &AppsList, BOOL bIsModal)
Definition: loaddlg.cpp:1055
VOID DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial)
Definition: loaddlg.cpp:1084
int32_t INT
Definition: typedefs.h:58
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185