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>AXARTInitArtRmtFader</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">AXARTInitArtRmtFader</H1> 14 15<H2>Syntax</H2> 16<dl><dd><pre class="construction"> 17#include <revolution.h> 18#include <revolution/axart.h> 19 20void AXARTInitArtRmtFader(AXART_RMT_FADER *articulator); 21</pre></dd></dl> 22 23<H2>Arguments</H2> 24<TABLE class="arguments" border="1" > 25 <TBODY> 26 <TR> 27<TH>articulator </TH> 28<TD>Pointer to <CODE>AXART_RMT_FADER</CODE> to be initialized.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32 33<h2>Return Values</h2> 34<p>None.</p> 35 36<H2>Description</H2> 37<p>The <code>AXARTInitArtRmtFader</code> function initializes an <code>AXART_RMT_FADER</code> articulator. Applications must call this function before adding the <code>AXART_RMT_FADER</code> to the list using the <code>AXARTAddArticulator</code> function.</p> 38 39<H2>See Also</H2> 40<p class="reference"> 41<a href="AXARTAddArticulator.html">AXARTAddArticulator</a>, <a href="AXART_RMT_FADER.html">AXART_RMT_FADER</a> 42</p> 43 44<h2>Revision History</h2> 45<P> 462006/10/23 Initial version.<BR> 47</P> 48 49<hr><p>CONFIDENTIAL</p></body> 50</HTML> 51