ReactOS 0.4.15-dev-8614-gbc76250
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 145 of file geninst.cpp.

Constructor & Destructor Documentation

◆ CommonInfo()

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

Definition at line 153 of file geninst.cpp.

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

Member Function Documentation

◆ GetGuiOwner()

HWND CommonInfo::GetGuiOwner ( ) const
inline

Definition at line 157 of file geninst.cpp.

157{ return Silent ? NULL : hDlg; }

Member Data Documentation

◆ AppName

LPCWSTR CommonInfo::AppName

Definition at line 147 of file geninst.cpp.

◆ ArpKey

CRegKey* CommonInfo::ArpKey

Definition at line 151 of file geninst.cpp.

Referenced by UninstallInfo::UninstallInfo().

◆ Count

DWORD CommonInfo::Count

Definition at line 149 of file geninst.cpp.

◆ Entries

CRegKey CommonInfo::Entries

Definition at line 151 of file geninst.cpp.

◆ Error

DWORD CommonInfo::Error

Definition at line 149 of file geninst.cpp.

◆ hDlg

HWND CommonInfo::hDlg

Definition at line 148 of file geninst.cpp.

Referenced by GetGuiOwner().

◆ Silent

BOOL CommonInfo::Silent

Definition at line 150 of file geninst.cpp.

Referenced by GetGuiOwner().


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