DVDSeekDir

C Specification

#include <revolution/dvd.h>
void DVDSeekDir(DVDDir* dir, u32 loc);

Arguments

dir Directory structure.
loc Location to set.

Return Values

None.

Description

The DVDSeekDir function sets the position of the next DVDReadDir operation in the directory structure. The new position reverts to the one associated with the directory structure when the DVDTellDir function was executed.

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

See Also

DVDTellDir
DVDReadDir

Revision History

2006/03/01 Initial version.


CONFIDENTIAL