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<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
7<title>THPAudioQuit</title>
8</head>
9
10<body>
11
12<h1>THPAudioQuit</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;win32/thpaudio.h&gt;
17
18s32 THPAudioQuit(void);
19</pre></dd></dl>
20
21<h2>Arguments</h2>
22<p>
23None.
24</p>
25
26<h2>Return Values</h2>
27<p>
28Returns <code>TRUE</code> if successful, <code>FALSE</code> otherwise.
29</p>
30
31<h2>Description</h2>
32<p>
33Call this function when finishing conversion to THP audio data.
34</p>
35
36<h2>See Also</h2>
37<p>
38None.
39</p>
40
41<h2>Revision History</h2>
42<P>
432006/03/01 Initial version.<br>
44</P>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>