#include <revolution/darch.h>typedef struct
{
char* pathName;
void* fileStart;
u32 length;
} DARCHFileInfo;
The DARCHFileInfo structure holds the information of the files to be archived.
pathName |
Absolute path of the file to archive (maximum of 260 characters per file). |
fileStart |
Starting address of the file to archive. |
length |
Size of the file to archive. |
2007/10/10 Initial version.
CONFIDENTIAL