1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXFreeVoice()</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXFreeVoice()</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><CODE> 20#include <revolution.h> 21 22void AXFreeVoice(AXVPB *pvpb); 23</CODE></pre> 24</BLOCKQUOTE> 25<h2>Arguments</h2> 26 27<table border="1" cellpadding="3" cellspacing="0.1"> 28 <tr> 29<td width="120" bgcolor="#ffffe8"><em><strong><code>pvpb</code></strong></em></td> 30<td width="520">Pointer to the <code>AXVPB</code> of the voice to be freed.</td> 31 </tr> 32</table> 33 34<h2>Return Values</h2> 35 36<p>None.</p> 37 38<h2>Description</h2> 39 40<p><code>AXFreeVoice()</code> frees the specified voice.</p> 41<h2>See Also</h2> 42<p> 43<code><a href="AXAcquireVoice.html">AXAcquireVoice</a></code> 44</p> 45 46<h2>Revision History</h2> 47 48<P>2006/03/01 Initial version.</P><hr> 49<P>CONFIDENTIAL</p> 50</BODY> 51</HTML> 52