AXFXDelayShutdown

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

BOOL AXFXDelayShutdown(AXFX_DELAY *delay);

Arguments

delay Pointer to application-initialized AXFX_DELAY.

Return Values

This function always returns TRUE.

Description

AXFXDelayShutdown() shuts down the specified instance of the delay effect and frees any associated memory. The associated memory for the effect will be freed.

See Also

AXFXDelayInit
AXFXDelaySettings
AXFXDelayCallback

Revision History

03/01/2006 Initial version.