ReactOS 0.4.16-dev-725-g22577ae
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 146 of file geninst.cpp.

Constructor & Destructor Documentation

◆ CommonInfo()

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

Definition at line 154 of file geninst.cpp.

155 : AppName(DisplayName), hDlg(NULL), Error(0), Count(0), Silent(IsSilent), ArpKey(NULL)
156 {
157 }
#define NULL
Definition: types.h:112
CRegKey * ArpKey
Definition: geninst.cpp:152
BOOL Silent
Definition: geninst.cpp:151
HWND hDlg
Definition: geninst.cpp:149
DWORD Error
Definition: geninst.cpp:150
DWORD Count
Definition: geninst.cpp:150
LPCWSTR AppName
Definition: geninst.cpp:148

Member Function Documentation

◆ GetGuiOwner()

HWND CommonInfo::GetGuiOwner ( ) const
inline

Definition at line 158 of file geninst.cpp.

158{ return Silent ? NULL : hDlg; }

Member Data Documentation

◆ AppName

LPCWSTR CommonInfo::AppName

Definition at line 148 of file geninst.cpp.

◆ ArpKey

CRegKey* CommonInfo::ArpKey

Definition at line 152 of file geninst.cpp.

Referenced by UninstallInfo::UninstallInfo().

◆ Count

DWORD CommonInfo::Count

Definition at line 150 of file geninst.cpp.

◆ Entries

CRegKey CommonInfo::Entries

Definition at line 152 of file geninst.cpp.

◆ Error

DWORD CommonInfo::Error

Definition at line 150 of file geninst.cpp.

◆ hDlg

HWND CommonInfo::hDlg

Definition at line 149 of file geninst.cpp.

Referenced by GetGuiOwner().

◆ Silent

BOOL CommonInfo::Silent

Definition at line 151 of file geninst.cpp.

Referenced by GetGuiOwner().


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