ReactOS 0.4.15-dev-7842-g558ab78
dialogs.h
Go to the documentation of this file.
1#pragma once
2
3#include "appinfo.h"
4
5#include <atlsimpcoll.h>
6
7// Settings dialog (settingsdlg.cpp)
10
11// Download dialogs
12VOID
13DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial);
14BOOL
16BOOL
unsigned int BOOL
Definition: ntddk_ex.h:94
BOOL DownloadApplication(CAppInfo *pAppInfo)
Definition: loaddlg.cpp:1108
VOID CreateSettingsDlg(HWND hwnd)
BOOL DownloadListOfApplications(const CAtlList< CAppInfo * > &AppsList, BOOL bIsModal)
Definition: loaddlg.cpp:1089
VOID DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial)
Definition: loaddlg.cpp:1118
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185