IXACTEngine::Initialize

Initializes the XACT engine.

STDAPI Initialize(
  const XACT_RUNTIME_PARAMETERS *pParams
);

Parameters

pParams
[in] Pointer to an XACT_RUNTIME_PARAMETERS structure containing the XACT engine initialization parameters.

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

This function creates the XACT engine and data structures, and should be called only once per IXACTEngine instance in an application.

Requirements

Header: Declared in Xact.h.

See Also

IXACTEngine