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>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20BOOL AXARTRemoveArticulator(AXART_SOUND *sound, AXART_ART *articulator); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<TABLE class="arguments" border="1" > 25 <TBODY> 26 <TR> 27<TH>sound</TH> 28<TD>Pointer to the user-allocated <CODE>AXART_SOUND</CODE>.</TD> 29 </TR> 30 <TR> 31<TH><CODE>articulator</CODE></TH> 32<TD>Pointer to an <CODE>AXART_ART</CODE> that has already been registered with the aforementioned <CODE>AXART_SOUND</CODE>.</TD> 33 </TR> 34 </TBODY> 35</TABLE> 36 37<h2>Return Values</h2> 38<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> 39 40<H2>Description</H2> 41<P>The <CODE>AXARTRemoveArticulator</CODE> function removes an arbitrary articulator (<CODE>AXART_ART</CODE>) from the articulator list in <CODE>AXART_SOUND</CODE>. To re-enable an articulator once it has been removed from the list, use the <CODE>AXARTAddArticulator</CODE> function to add it back to the list.</P> 42 43<H2>See Also</H2> 44<P> 45<CODE><A href="AXARTAddArticulator.html">AXARTAddArticulator</A>, <A href="AXART_ART.html">AXART_ART</A>, <A href="AXART_SOUND.html">AXART_SOUND</A></CODE></P> 46 47<h2>Revision History</h2> 48<P> 492007/09/07 Initial version. 50</P> 51 52<hr><p>CONFIDENTIAL</p></body> 53</HTML> 54