DVDGetStartAddr

Syntax

#include <revolution/dvd.h>

u64 DVDGetStartAddr(DVDFileInfo* fileInfo);

Arguments

fileInfo File information of the file.

Return Values

Start position of the file.

Note:The return value type that was u32 in GameCube was changed to u64.

Description

Gets in advance the start position of a file opened with the DVDOpen function.

See Also

DVDOpen

Revision History

2006/03/01 Initial version.


CONFIDENTIAL