DVDOpenDir

C Specification

#include <revolution/dvd.h>
BOOL DVDOpenDir(const char* dirName, DVDDir* dir);

Arguments

dirName Pointer to directory name to open.
dir Pointer to directory structure to use.

Return Values

TRUE if the function succeeds.

Description

Opens a directory.

See Also

DVDReadDir
DVDCloseDir

Revision History

03/01/2006 Initial version.