mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[RAPPS] rename snapshot to screenshot, filename to location (#2939)
This commit is contained in:
parent
cfb0963c1f
commit
e636373016
3 changed files with 79 additions and 79 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue