1<html>
2
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
6<title>THPAudioQuit</title>
7</head>
8
9<body>
10
11<h1>THPAudioQuit</h1>
12
13<h2>C Specification</h2>
14
15<dl>
16<dd><pre><code>#include &lt;win32/thpaudio.h&gt;</code></pre></dd>
17<dd><pre><code>s32 THPAudioQuit(void);</code></pre></dd>
18</dl>
19
20<h2>Arguments</h2>
21<p>
22None.
23</p>
24
25<h2>Return Values</h2>
26<p>
27<CODE>TRUE</CODE> if successful, <CODE>FALSE</CODE> otherwise.
28</p>
29
30<h2>Description</h2>
31<p>
32Call this function when finishing THP audio data conversion.
33</p>
34
35<h2>See Also</h2>
36<p>
37None.
38</p>
39
40<h2>Revision History</h2>
41<P>2006/03/01 Initial version.</P>
42<hr>
43<P>CONFIDENTIAL</p>
44</BODY>
45</HTML>