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>THPAudioFreeHandle</title>
8</head>
9
10<body>
11
12<h1>THPAudioFreeHandle</h1>
13
14<h2>Syntax</h2>
15<dl><dd><pre class="construction">
16#include &lt;win32/thpaudio.h&gt;
17
18void THPAudioFreeHandle(THPAudioHandle* handle);
19</pre></dd></dl>
20
21<h2>Arguments</h2>
22<TABLE class="arguments" border="1" >
23  <tr>
24<th>handle</th>
25<td>Pointer to the <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A> structure to release.</td>
26  </tr>
27</table>
28
29<h2>Return Values</h2>
30<p>
31None.
32</p>
33
34<h2>Description</h2>
35<p>
36Releases the <A href="THPAudioHandle.html"><code>THPAudioHandle</code></A> structure allocated with the <A href="THPAudioCreateHandle.html"><code>THPAudioCreateHandle</code></A> function.
37</p>
38
39<h2>See Also</h2>
40<p class="reference">
41<A href="THPAudioCreateHandle.html">THPAudioCreateHandle</A>,
42<A href="THPAudioHandle.html">THPAudioHandle</A>
43</p>
44
45<h2>Revision History</h2>
46<P>
472006/03/01 Initial version.<br>
48</P>
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>