Share via


XACTDoWork

XACTDoWork

Performs periodic work that is required by XACT.

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

  STDAPI 
  XACTDoWork(
  );

Parameters

None.

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

This method drives the XACT engine. It must be called frequently (for example, once per frame).

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

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

XACT Functions