DVDTellDir

Syntax

#include <revolution/dvd.h>

u32 DVDTellDir(DVDDir* dir);

Arguments

dir Directory structure.

Return Values

Current location.

Description

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.

See Also

DVDSeekDir, DVDReadDir

Revision History

2006/03/01 Initial version.


CONFIDENTIAL