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>DVDPause</title> 10</head> 11 12<body> 13 14<h1>DVDPause</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/dvd.h> 19 20void DVDPause(void); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<P>None.</P> 25 26<H2>Return Values</H2> 27<P>None.</P> 28 29<h2>Description</h2> 30<P>The <CODE>DVDPause</CODE> function communicates to the DVD device driver not to proceed to the next request in the queue after the current process completes. To request the device driver to resume, call the <A href="DVDResume.html"><CODE>DVDResume</CODE></A> function.</P> 31<P>You can call the <CODE>DVDPause</CODE> function even when the DVD command queue is empty. The device driver enters into the pause state; even if a DVD command is issued, it will not be processed until the <A href="DVDResume.html"><CODE>DVDResume</CODE></A> function is issued.</P> 32<P>Note that the <CODE>DVDPause</CODE> function does not stop the request that is being processed.</P> 33 34<h2>See Also</h2> 35<p class="reference"> 36<a href="DVDResume.html">DVDResume</a> 37</p> 38 39<H2>Revision History</H2> 40<P> 412006/03/01 Initial version. <BR> 42</P> 43 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46