1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<TITLE>DVDFastOpenDir</TITLE> 9</HEAD> 10<BODY> 11<H1>DVDFastOpenDir</H1> 12<H2>C Specification</H2> 13<DL> 14 <DD> 15 <PRE><code>#include <revolution/dvd.h></CODE></PRE> 16 <DD> 17<PRE><CODE>BOOL DVDFastOpenDir(s32 entrynum, DVDDir* dir); 18</CODE></PRE> 19</DL> 20<H2>Arguments</H2> 21<TABLE border="1" cellpadding="3" cellspacing="0.1"> 22 <TBODY> 23 <TR> 24<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>entrynum</CODE></STRONG></EM></TD> 25<TD width="520">Entry number for the directory to open.</TD> 26 </TR> 27 <TR> 28<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>dir</CODE></STRONG></EM></TD> 29<TD width="520">Pointer to directory structure to use.</TD> 30 </TR> 31 </TBODY> 32</TABLE> 33<H2>Return Values</H2> 34<P><CODE>TRUE</CODE> if the function succeeds.</P> 35<H2>Description</H2> 36<P>Opens a directory. If you know the entry number for the directory you need to open, the <code>DVDFastOpenDir</code> function is faster than the <a href="DVDOpenDir.html"><code>DVDOpenDir</code></a> function. Call the <a href="DVDConvertPathToEntrynum.html"><code>DVDConvertPathToEntrynum</code></a> function to get the entry number for the directory.</P> 37<H2>See Also</H2> 38<P><CODE><A href="DVDOpenDir.html">DVDOpenDir</A><BR> <A href="DVDConvertPathToEntrynum.html">DVDConvertPathToEntrynum</A></CODE></P> 39<H2>Revision History</H2> 40<P>2006/03/01 Initial version.</P> 41<hr> 42<P>CONFIDENTIAL</p> 43</BODY> 44</HTML>