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>AXFXReverbHiExpShutdown</TITLE>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META http-equiv="Content-Style-Type" content="text/css">
9</head>
10
11<BODY>
12
13<H1 align="left">AXFXReverbHiExpShutdown</H1>
14
15<H2>Syntax</H2>
16<dl><dd><pre class="construction">
17#include &lt;revolution.h&gt;
18#include &lt;revolution/axfx.h&gt;
19
20void AXFXReverbHiExpShutdown (AXFX_REVERBHI_EXP *reverb);
21</pre></dd></dl>
22
23<H2>Arguments</H2>
24<TABLE class="arguments" border="1" >
25  <TR>
26<TH>reverb</TH>
27<TD>Pointer to an initialized <code>AXFX_REVERBHI_EXP</code> structure.</TD>
28  </TR>
29</TABLE>
30
31<H2>Return Values</H2>
32<P>None.</P>
33
34<H2>Description</H2>
35<P>The <code>AXFXReverbHiExpShutdown</code> function shuts down the High-Quality Reverb Expansion. This function also frees any memory allocated internally by the <code>AXFXReverbHiExpInit</code> and <code>AXFXReverbHiExpSettings</code> functions.</P>
36
37<H2>See Also</H2>
38<P class="reference">
39<A href="AXFX_REVERBHI_EXP.html">AXFX_REVERBHI_EXP</A>,
40<A href="AXFXReverbHiExpInit.html">AXFXReverbHiExpInit</A>,
41<A href="AXFXReverbHiExpSettings.html">AXFXReverbHiExpSettings</A>
42</P>
43
44<H2>Revision History</H2>
45<P>
462007/08/10 Initial version.<br>
47</P>
48
49<hr><p>CONFIDENTIAL</p></body>
50</HTML>
51