DARCHFileInfo

Syntax

#include <revolution/darch.h>
typedef struct
{
     char* pathName;                              
     void* fileStart;                             
     u32   length;                                
        
} DARCHFileInfo;

Description

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.

See Also

DARCHCreate, DARCHGetArcSize

Revision History

2007/10/10 Initial version.


CONFIDENTIAL