1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM HomePage Builder 2000 V4.0.6 for Windows"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>DVDInit</title> 9</head> 10 11<body> 12 13<h1>DVDInit</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/dvd.h> 18 19void DVDInit(void); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<p>None.</p> 24 25<h2>Return Values</h2> 26<p>None.</p> 27 28<H2>Description</H2> 29<P>Initializes the optical disc device driver. You must call this function before performing any processes on the optical disc.</P> 30 31<P>Although the <CODE>DVDInit</CODE> function does not need to be called more than once, calling it does not cause problems.</P> 32 33<h2>See Also</h2> 34<p>None.</p> 35 36<H2>Revision History</H2> 37<P> 382009/02/03 Added <B>Description</B>.<br>2006/03/01 Initial version. 39</P> 40 41<hr><p>CONFIDENTIAL</p></body> 42</html> 43