DARCHGetArcSize

Syntax

#include <revolution/darch.h>
u32 DARCHGetArcSize(const DARCHFileInfo* fileInfo, const u32 fileInfoNum);

Arguments

fileInfo Pointer to structure containing file information of a file to archive.
fileInfoNum Number of files to archive.

Return Values

Returns the size of the specified file after archiving.

Description

The DARCHGetArcSize function returns the size after archiving of the file specified by the DARCHFileInfo structure.

This function only calculates the size of the archive file image.
Actual archiving is performed by running the DARCHCreate function.

See Also

DARCHCreate, DARCHFileInfo

Revision History

2007/10/10 Initial version.


CONFIDENTIAL