ReactOS 0.4.15-dev-8093-g3285f69
DownloadInfo Struct Reference
Collaboration diagram for DownloadInfo:

Public Member Functions

 DownloadInfo ()
 
 DownloadInfo (const CAppInfo &AppInfo)
 

Public Attributes

DownloadType DLType
 
InstallerType IType
 
CStringW szUrl
 
CStringW szName
 
CStringW szSHA1
 
CStringW szPackageName
 
ULONG SizeInBytes
 

Detailed Description

Definition at line 109 of file loaddlg.cpp.

Constructor & Destructor Documentation

◆ DownloadInfo() [1/2]

DownloadInfo::DownloadInfo ( )
inline

Definition at line 111 of file loaddlg.cpp.

112 {
113 }
@ INSTALLER_UNKNOWN
Definition: appinfo.h:75
@ DLTYPE_APPLICATION
Definition: loaddlg.cpp:62
DownloadType DLType
Definition: loaddlg.cpp:125
ULONG SizeInBytes
Definition: loaddlg.cpp:131
InstallerType IType
Definition: loaddlg.cpp:126

◆ DownloadInfo() [2/2]

DownloadInfo::DownloadInfo ( const CAppInfo AppInfo)
inline

Definition at line 114 of file loaddlg.cpp.

115 {
117 szName = AppInfo.szDisplayName;
118 IType = AppInfo.GetInstallerType();
120 {
121 szPackageName = AppInfo.szIdentifier;
122 }
123 }
@ INSTALLER_GENERATE
Definition: appinfo.h:76
virtual VOID GetDownloadInfo(CStringW &Url, CStringW &Sha1, ULONG &SizeInBytes) const =0
virtual InstallerType GetInstallerType() const
Definition: appinfo.h:121
CStringW szDisplayName
Definition: appinfo.h:102
const CStringW szIdentifier
Definition: appinfo.h:98
CStringW szName
Definition: loaddlg.cpp:128
CStringW szPackageName
Definition: loaddlg.cpp:130
CStringW szUrl
Definition: loaddlg.cpp:127
CStringW szSHA1
Definition: loaddlg.cpp:129

Member Data Documentation

◆ DLType

DownloadType DownloadInfo::DLType

Definition at line 125 of file loaddlg.cpp.

Referenced by DownloadApplicationsDB().

◆ IType

InstallerType DownloadInfo::IType

Definition at line 126 of file loaddlg.cpp.

Referenced by DownloadInfo().

◆ SizeInBytes

ULONG DownloadInfo::SizeInBytes

Definition at line 131 of file loaddlg.cpp.

Referenced by DownloadInfo().

◆ szName

CStringW DownloadInfo::szName

Definition at line 128 of file loaddlg.cpp.

Referenced by DownloadApplicationsDB(), and DownloadInfo().

◆ szPackageName

CStringW DownloadInfo::szPackageName

Definition at line 130 of file loaddlg.cpp.

Referenced by DownloadInfo().

◆ szSHA1

CStringW DownloadInfo::szSHA1

Definition at line 129 of file loaddlg.cpp.

Referenced by DownloadInfo().

◆ szUrl

CStringW DownloadInfo::szUrl

Definition at line 127 of file loaddlg.cpp.

Referenced by DownloadApplicationsDB(), and DownloadInfo().


The documentation for this struct was generated from the following file: