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>AXARTRemoveArticulator</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">AXARTRemoveArticulator</H1>
14
15<H2>C Specification</H2>
16<DL>
17  <dd><pre><CODE>#include &lt;revolution.h&gt;
18#include &lt;revolution/axart.h&gt;</CODE></pre>
19  </dd>
20  <dd><pre><CODE>BOOL AXARTRemoveArticulator(<A href="AXART_SOUND.html">AXART_SOUND</A> *sound, <A href="AXART_ART.html">AXART_ART</A> *articulator);</CODE></PRE>
21  </dd>
22</DL>
23
24<H2>Arguments</H2>
25<TABLE border="1" cellpadding="3" cellspacing="0.1">
26  <TBODY>
27    <TR>
28<TD width="120" bgcolor="#ffffe8"><code><STRONG><EM>sound</EM></STRONG>&nbsp;&nbsp; </code></TD>
29<TD width="520">Pointer to the user-allocated <a href="AXART_SOUND.html"><code     face="Courier New">AXART_SOUND</code></a>.</TD>
30    </TR>
31    <TR>
32<TD width="120" bgcolor="#ffffe8"><STRONG><EM><code>articulator&nbsp;&nbsp; </code></EM></STRONG></TD>
33<TD width="520">Pointer to an <CODE>AXART_ART</CODE> that has already been registered with the aforementioned <CODE>AXART_SOUND</CODE>.</TD>
34    </TR>
35  </TBODY>
36</TABLE>
37
38<h2>Return Values</h2>
39<p>Returns <CODE>TRUE</CODE> if the specified <CODE>AXART_ART</CODE> was successfully removed, and <CODE>FALSE</CODE> if it was not in the list in <CODE>AXART_SOUND</CODE>.</p>
40
41<H2>Description</H2>
42<P>The <CODE>AXARTRemoveArticulator</CODE> function removes an arbitrary articulator (<A href="AXART_ART.html"><CODE>AXART_ART</CODE></A>) from the articulator list in <A href="AXART_SOUND.html"><CODE>AXART_SOUND</CODE></A>. To re-enable an articulator once it has been removed from the list, use the <A href="AXARTAddArticulator.html"><CODE>AXARTAddArticulator</CODE></A> function to add it back to the list.</P>
43
44<H2>See Also</H2>
45<P>
46<code><A href="AXARTAddArticulator.html">AXARTAddArticulator</A><BR> <A href="AXART_ART.html">AXART_ART</A></A><BR> <A href="AXART_SOUND.html">AXART_SOUND</A><BR></code></P>
47
48<h2>Revision History</h2>
49<P>
502007/09/07 Initial version.
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</HTML>
55