ReactOS 0.4.16-dev-1272-g2c12489
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 166 of file geninst.cpp.

Constructor & Destructor Documentation

◆ CommonInfo()

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

Definition at line 174 of file geninst.cpp.

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

Member Function Documentation

◆ GetGuiOwner()

HWND CommonInfo::GetGuiOwner ( ) const
inline

Definition at line 178 of file geninst.cpp.

178{ return Silent ? NULL : hDlg; }

Member Data Documentation

◆ AppName

LPCWSTR CommonInfo::AppName

Definition at line 168 of file geninst.cpp.

◆ ArpKey

CRegKey* CommonInfo::ArpKey

Definition at line 172 of file geninst.cpp.

Referenced by UninstallInfo::UninstallInfo().

◆ Count

DWORD CommonInfo::Count

Definition at line 170 of file geninst.cpp.

◆ Entries

CRegKey CommonInfo::Entries

Definition at line 172 of file geninst.cpp.

◆ Error

DWORD CommonInfo::Error

Definition at line 170 of file geninst.cpp.

◆ hDlg

HWND CommonInfo::hDlg

Definition at line 169 of file geninst.cpp.

Referenced by GetGuiOwner().

◆ Silent

BOOL CommonInfo::Silent

Definition at line 171 of file geninst.cpp.

Referenced by GetGuiOwner().


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