DVDTellDir

C Specification

#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.

This function is supposed to be used with the DVDSeekDir function. You can use the DVDTellDir function to save and restore the current location using the DVDSeekDir function.

See Also

DVDSeekDir
DVDReadDir

Revision History

2006/03/01 Initial version.


CONFIDENTIAL