ReactOS 0.4.15-dev-7958-gcd0bb1a
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 126 of file loaddlg.cpp.

Constructor & Destructor Documentation

◆ DownloadParam() [1/2]

DownloadParam::DownloadParam ( )
inline

Definition at line 128 of file loaddlg.cpp.

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

◆ DownloadParam() [2/2]

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

Definition at line 131 of file loaddlg.cpp.

132 : Dialog(dlg), AppInfo(info), szCaption(caption)
133 {
134 }

Member Data Documentation

◆ AppInfo

ATL::CSimpleArray<DownloadInfo> DownloadParam::AppInfo

Definition at line 137 of file loaddlg.cpp.

◆ Dialog

HWND DownloadParam::Dialog

Definition at line 136 of file loaddlg.cpp.

◆ szCaption

LPCWSTR DownloadParam::szCaption

Definition at line 138 of file loaddlg.cpp.


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