#include <revolution/dvd.h> u32 DVDTellDir(DVDDir* dir);
| dir | Directory structure. |
|---|
Current location.
The DVDTellDir function returns the current location associated with the specified directory structure.
The assumption is that this function will be used in combination with the DVDSeekDir function. Use the DVDTellDir function to save the current location and then later use the DVDSeekDir function to return to that location.
2006/03/01 Initial version.
CONFIDENTIAL