1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>DVDConvertEntrynumToPath</title> 10</head> 11 12<body> 13 14<h1>DVDConvertEntrynumToPath</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/dvd.h> 19 20BOOL DVDConvertEntrynumToPath(s32 entrynum, char* path, u32 maxlen); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<TABLE class="arguments" border="1" > 25 <tr> 26 <TH>entrynum</TH> 27 <TD>Entry number for the file to convert.</TD> 28 </tr> 29 <tr> 30 <TH>path</TH> 31 <TD>Pointer to the storage destination path.</TD> 32 </tr> 33 <tr> 34 <TH>maxlen</TH> 35 <TD>Buffer length of storage destination path.</TD> 36 </tr> 37</TABLE> 38 39<h2>Return Values</h2> 40<p>Returns TRUE if successfully converted to path name. Returns FALSE if it fails.</p> 41 42<H2>Description</H2> 43<P>Converts an entry number into a path.</P> 44 45<h2>See Also</h2> 46<p class="reference"> 47<a href="DVDGetEntrynum.html">DVDGetEntrynum</a><BR> <a href="DVDConvertPathToEntrynum.html">DVDConvertPathToEntrynum</a> 48</p> 49 50<H2>Revision History</H2> 51<P> 522009/07/31 Initial version. 53</P> 54 55<hr><p>CONFIDENTIAL</p></body> 56</html> 57