7#ifndef ArchiveReader_h__
8#define ArchiveReader_h__
27 const char *appVersion);
int Open(const NS_tchar *path)
int ExtractFile(const char *item, const NS_tchar *destination)
int VerifySignature()
Performs a verification on the opened MAR file.
int ExtractItemToStream(const MarItem *item, FILE *fp)
int ExtractFileToStream(const char *item, FILE *fp)
int VerifyProductInformation(const char *MARChannelID, const char *appVersion)
Verifies that the MAR file matches the current product, channel, and version.
The MAR item data structure.