ReactOS 0.4.16-dev-1946-g52006dd
CommonInfo Struct Reference
Inheritance diagram for CommonInfo:
Collaboration diagram for CommonInfo:

Public Member Functions

 CommonInfo (LPCWSTR DisplayName, BOOL IsSilent=FALSE)
 
HWND GetGuiOwner () const
 

Public Attributes

LPCWSTR AppName
 
HWND hDlg
 
DWORD Error
 
DWORD Count
 
BOOL Silent
 
CRegKeyArpKey
 
CRegKey Entries
 

Detailed Description

Definition at line 167 of file geninst.cpp.

Constructor & Destructor Documentation

◆ CommonInfo()

CommonInfo::CommonInfo ( LPCWSTR  DisplayName,
BOOL  IsSilent = FALSE 
)
inline

Definition at line 175 of file geninst.cpp.

176 : AppName(DisplayName), hDlg(NULL), Error(0), Count(0), Silent(IsSilent), ArpKey(NULL)
177 {
178 }
#define NULL
Definition: types.h:112
CRegKey * ArpKey
Definition: geninst.cpp:173
BOOL Silent
Definition: geninst.cpp:172
HWND hDlg
Definition: geninst.cpp:170
DWORD Error
Definition: geninst.cpp:171
DWORD Count
Definition: geninst.cpp:171
LPCWSTR AppName
Definition: geninst.cpp:169

Member Function Documentation

◆ GetGuiOwner()

HWND CommonInfo::GetGuiOwner ( ) const
inline

Definition at line 179 of file geninst.cpp.

179{ return Silent ? NULL : hDlg; }

Member Data Documentation

◆ AppName

LPCWSTR CommonInfo::AppName

Definition at line 169 of file geninst.cpp.

◆ ArpKey

CRegKey* CommonInfo::ArpKey

Definition at line 173 of file geninst.cpp.

Referenced by UninstallInfo::UninstallInfo().

◆ Count

DWORD CommonInfo::Count

Definition at line 171 of file geninst.cpp.

◆ Entries

CRegKey CommonInfo::Entries

Definition at line 173 of file geninst.cpp.

◆ Error

DWORD CommonInfo::Error

Definition at line 171 of file geninst.cpp.

◆ hDlg

HWND CommonInfo::hDlg

Definition at line 170 of file geninst.cpp.

Referenced by GetGuiOwner().

◆ Silent

BOOL CommonInfo::Silent

Definition at line 172 of file geninst.cpp.

Referenced by GetGuiOwner().


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