Home
last modified time | relevance | path

Searched defs:DownloadInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/rapps/
H A Dloaddlg.cpp109 struct DownloadInfo struct
111 DownloadInfo() : DLType(DLTYPE_APPLICATION), IType(INSTALLER_UNKNOWN), SizeInBytes(0) in DownloadInfo() argument
114 DownloadInfo(const CAppInfo &AppInfo) : DLType(DLTYPE_APPLICATION) in DownloadInfo() argument
139 DownloadParam(HWND dlg, const ATL::CSimpleArray<DownloadInfo> &info, LPCWSTR caption) in DownloadParam() argument