[RAPPS] rename snapshot to screenshot, filename to location (#2939)

This commit is contained in:
He Yang 2020-06-22 00:20:45 +08:00 committed by Mark Jansen
parent cfb0963c1f
commit e636373016
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 79 additions and 79 deletions

View file

@ -8,7 +8,7 @@
#include "misc.h"
#define MAX_SNAPSHOT_NUM 16
#define MAX_SCRNSHOT_NUM 16
enum LicenseType
{
@ -51,7 +51,7 @@ struct CAvailableApplicationInfo
ATL::CStringW m_szUrlSite;
ATL::CStringW m_szUrlDownload;
ATL::CSimpleArray<LCID> m_LanguageLCIDs;
ATL::CSimpleArray<ATL::CStringW> m_szSnapshotLocation;
ATL::CSimpleArray<ATL::CStringW> m_szScrnshotLocation;
ULONG m_SizeBytes;
@ -74,7 +74,7 @@ struct CAvailableApplicationInfo
BOOL IsInstalled() const;
BOOL HasInstalledVersion() const;
BOOL HasUpdate() const;
BOOL RetrieveSnapshot(UINT Index, ATL::CStringW& SnapshotFileName) const;
BOOL RetrieveScrnshot(UINT Index, ATL::CStringW& ScrnshotLocation) const;
// Set a timestamp
VOID SetLastWriteTime(FILETIME* ftTime);