mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[RAPPS] add m_szPkgName for AvailableApps
This commit is contained in:
parent
c5e111427c
commit
da8810ab88
2 changed files with 9 additions and 1 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
INT m_Category;
|
||||
//BOOL m_IsSelected;
|
||||
LicenseType m_LicenseType;
|
||||
ATL::CStringW m_szName;
|
||||
ATL::CStringW m_szName; // software's display name.
|
||||
ATL::CStringW m_szRegName;
|
||||
ATL::CStringW m_szVersion;
|
||||
ATL::CStringW m_szLicense;
|
||||
|
@ -54,6 +54,7 @@ public:
|
|||
ATL::CSimpleArray<LCID> m_LanguageLCIDs;
|
||||
ATL::CSimpleArray<ATL::CStringW> m_szScrnshotLocation;
|
||||
ATL::CStringW m_szIconLocation;
|
||||
ATL::CStringW m_szPkgName; // software's package name.
|
||||
|
||||
ULONG m_SizeBytes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue