AXARTInitArtAuxAVolume

C Specification

#include <revolution.h>
#include <revolution/axart.h>
void AXARTInitArtAuxAVolume(AXART_AUXA_VOLUME *articulator);

Arguments

articulator   Pointer to AXART_AUXA_VOLUME to initialize.

Return Values

None.

Description

AXARTInitArtAuxAVolume() initializes an AXART_AUXA_VOLUME. This function must be called prior to calling AXARTAddArticulator() for the AXART_AUXA_VOLUME.

See Also

AXARTAddArticulator
AXART_AUXA_VOLUME

Revision History

03/01/2006 Initial version.