ReactOS 0.4.16-dev-1946-g52006dd
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
13 DAF_SILENT = 0x01,
14 DAF_MODAL = 0x02,
15};
16VOID
17DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial);
18BOOL
20BOOL
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned int UINT
Definition: ndis.h:50
DOWNLOADAPPFLAGS
Definition: dialogs.h:12
@ DAF_MODAL
Definition: dialogs.h:14
@ DAF_SILENT
Definition: dialogs.h:13
BOOL DownloadApplication(CAppInfo *pAppInfo)
Definition: loaddlg.cpp:1211
VOID CreateSettingsDlg(HWND hwnd)
BOOL DownloadListOfApplications(const CAtlList< CAppInfo * > &AppsList, UINT Flags=0)
Definition: loaddlg.cpp:1192
VOID DownloadApplicationsDB(LPCWSTR lpUrl, BOOL IsOfficial)
Definition: loaddlg.cpp:1222
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185