Share via


XACTShutDown

XACTShutDown

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

Windows:  This function is not supported on the Windows platform. Use IXACTEngine::ShutDown

  STDAPI 
  XACTShutDown(
  );

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.

Note    This function has been deprecated. Titles should use IXACTEngine::ShutDown.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

XACT Functions