IXACTEngine::DoWork

IXACTEngine::DoWork

Performs periodic work that is required by the XACT engine.

[Code-driven][Content-driven]

  HRESULT 
  DoWork(
  );

Parameters

None.

Return Values

Returns S_OK if successful. Otherwise, an error code.

Remarks

This method drives the XACT engine and is typically called every 30 to 100 milliseconds (about once every one to four frames).

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTEngine