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>AXFXReverbHiShutdownDpl2</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">AXFXReverbHiShutdownDpl2</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
20BOOL AXFXReverbHiShutdownDpl2 (AXFX_REVERBHI_DPL2 *reverb);</pre></dd></dl>
21
22<H2>Arguments</H2>
23<TABLE class="arguments" border="1" >
24  <TR>
25    <TH>reverb</TH>
26    <TD>Pointer to an initialized <code>AXFX_REVERBHI_DPL2</code> structure.</TD>
27  </TR>
28</TABLE>
29
30<H2>Return Values</H2>
31<P>This function always returns <code>TRUE</code>.</P>
32
33<H2>Description</H2>
34<P>The <code>AXFXReverbHiShutdownDpl2</code> function shuts down the Dolby Pro Logic II (DPL2) version of High-Quality Reverb. This function also frees any memory allocated internally by the <code>AXFXReverbHiInitDpl2</code> and <code>AXFXReverbHiSettingsDpl2</code> functions.</P>
35
36<H2>See Also</H2>
37<P class="reference">
38<A href="AXFX_REVERBHI.html"><CODE>AXFX_REVERBHI_DPL2</CODE></A><BR><A href="AXFXReverbHiInitDpl2.html"><CODE>AXFXReverbHiInitDpl2</CODE></A><BR><A href="AXFXReverbHiSettingsDpl2.html"><CODE>AXFXReverbHiSettingsDpl2</CODE></A>
39</P>
40
41<H2>Revision History</H2>
42<P>
432007/10/05 Corrected an error in the description of the arguments.<br>2007/08/08 Standardized notation.<br>2006/03/01 Initial version.<BR>
44</P>
45
46<hr><p>CONFIDENTIAL</p></body>
47</HTML>