DVDOpenDir

Syntax

#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

Returns TRUE if the directory is found. Returns FALSE otherwise.

Description

Opens a directory.

See Also

DVDReadDir
DVDCloseDir

Revision History

2009/02/03 Revised the description of the return values.
2006/03/01 Initial version.


CONFIDENTIAL