DVDGetStartAddr

C Specification

#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 was type u32 in GameCube, but is changed to u64 in Revolution.

Description

Gets the start position of a file that was opened with the DVDOpen function.

See Also

DVDOpen 

Revision History

03/01/2006 Initial version.