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