#include <revolution/dvd.h> u64 DVDGetStartAddr(DVDFileInfo* fileInfo);
| fileInfo | File information of the file. |
|---|
Start position of the file.
Note:The return value type that was u32 in GameCube was changed to u64.
Gets in advance the start position of a file opened with the DVDOpen function.
2006/03/01 Initial version.
CONFIDENTIAL