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>THPAudioFreeHandle</title>
7</head>
8
9<body>
10
11<h1>THPAudioFreeHandle</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>void THPAudioFreeHandle(THPAudioHandle* handle);</code></pre></dd>
18</dl>
19
20<h2>Arguments</h2>
21<table border="1" cellpadding="3" cellspacing="0.1">
22  <tr>
23<td width="120" bgcolor="#ffffe8"><strong><em><CODE>handle</CODE></em></strong></td>
24<td width="520">Pointer to the <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A> structure to release.</td>
25  </tr>
26</table>
27
28<h2>Return Values</h2>
29<p>
30None.
31</p>
32
33<h2>Description</h2>
34<p>
35This function releases the <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A> structure allocated using the <A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A> function.
36</p>
37
38<h2>See Also</h2>
39<p>
40<A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A>, <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A>
41</p>
42
43<h2>Revision History</h2>
44<P>2006/03/01 Initial version.</P>
45<hr>
46<P>CONFIDENTIAL</p>
47</BODY>
48</HTML>