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>THPPlayerQuit</title> 10</head> 11 12<body> 13 14<h1>THPPlayerQuit</h1> 15<h2>C Specification</h2> 16 17<dl> 18<dd><pre><code>#include "THPPlayer.h"</code></pre> 19 </dd> 20<dd><pre><CODE>void THPPlayerQuit(void);</CODE></pre> 21 </dd> 22</dl> 23 24<h2>Arguments</h2> 25<p>None.</p> 26 27<h2>Return Values</h2> 28<p>None.</p> 29 30<H2>Description</H2> 31<p>This function disables the locked cache and returns the internal state of the player to the previous state before the <a href="THPPlayerInit.html"><code>THPPlayerInit</code></a> function was called. To use the player again, start by calling the <a href="THPPlayerInit.html"><code>THPPlayerInit</code></a> function. </p> 32 33<p>When using the AX library at the same time, be sure to call the <code>THPPlayerQuit</code> function when AX sound output is silent. </p> 34 35 36<H2>See Also</H2> 37<P><a href="THPPlayerInit.html"><code>THPPlayerInit</code></a></P> 38 39<H2>Revision History</H2> 40<P>03/01/2006 Initial version.</P> 41 42</body> 43</html> 44