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

Public Member Functions

 DownloadParam ()
 
 DownloadParam (HWND dlg, const ATL::CSimpleArray< DownloadInfo > &info, LPCWSTR caption)
 

Public Attributes

HWND Dialog
 
ATL::CSimpleArray< DownloadInfoAppInfo
 
LPCWSTR szCaption
 

Detailed Description

Definition at line 134 of file loaddlg.cpp.

Constructor & Destructor Documentation

◆ DownloadParam() [1/2]

DownloadParam::DownloadParam ( )
inline

Definition at line 136 of file loaddlg.cpp.

137 {
138 }
#define NULL
Definition: types.h:112
ATL::CSimpleArray< DownloadInfo > AppInfo
Definition: loaddlg.cpp:145
LPCWSTR szCaption
Definition: loaddlg.cpp:146

◆ DownloadParam() [2/2]

DownloadParam::DownloadParam ( HWND  dlg,
const ATL::CSimpleArray< DownloadInfo > &  info,
LPCWSTR  caption 
)
inline

Definition at line 139 of file loaddlg.cpp.

140 : Dialog(dlg), AppInfo(info), szCaption(caption)
141 {
142 }

Member Data Documentation

◆ AppInfo

ATL::CSimpleArray<DownloadInfo> DownloadParam::AppInfo

Definition at line 145 of file loaddlg.cpp.

◆ Dialog

HWND DownloadParam::Dialog

Definition at line 144 of file loaddlg.cpp.

◆ szCaption

LPCWSTR DownloadParam::szCaption

Definition at line 146 of file loaddlg.cpp.


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