IXACTEngine::ShutDown

Shuts down the XACT engine, freeing any resources in use.

STDAPI ShutDown();

Parameters

None.

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

This method will destroy all existing cues, sound banks, and wave banks. It will block until all cues are destroyed. This method will also flush all pending notifications and unregister all notification descriptions. No XACT API or method calls may be made after calling this function.

Requirements

Header: Declared in Xact.h.

See Also

IXACTEngine