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=windows-1252"> 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>DVDGetFileInfoStatus</title> 10</head> 11 12<body> 13 14<h1>DVDGetFileInfoStatus</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/dvd.h> 19 20s32 DVDGetFileInfoStatus(const <A href="DVDFileInfo.html">DVDFileInfo</A>* fileInfo); 21</pre></dd></dl> 22 23<H2>Description</H2> 24<P>This macro executes <A href="DVDGetCommandBlockStatus.html"><CODE>DVDGetCommandBlockStatus(&(fileInfo)->cb)</CODE></A>. For more detail, see the <a href="DVDGetCommandBlockStatus.html"><code>DVDGetCommandBlockStatus</code></a> function.</P> 25<P>Note that <SPAN class="argument">fileInfo</SPAN> must be retrieved in advance using the <A href="DVDOpen.html"><CODE>DVDOpen</CODE></A> function.</P> 26 27<h2>See Also</h2> 28<p class="reference"> 29<A href="DVDOpen.html">DVDOpen</A>, 30<A href="DVDReadAsync.html">DVDReadAsync</A>, 31<A href="DVDGetCommandBlockStatus.html">DVDGetCommandBlockStatus</A>, 32<a href="DVDFileInfo.html">DVDFileInfo</a>, 33<a href="DVDCommandBlock.html">DVDCommandBlock</a> 34</p> 35 36<H2>Revision History</H2> 37<P> 382006/03/01 Initial version. <BR> 39</P> 40 41<hr><p>CONFIDENTIAL</p></body> 42</html> 43