IXACTEngine::Initialize

IXACTEngine::Initialize

Initializes the XACT engine.

[Content-driven]

  HRESULT 
  Initialize(
  const XACT_RUNTIME_PARAMETERS *pParams
);

Parameters

  • pParams
    [in] Pointer to an XACT_RUNTIME_PARAMETERS structure that contains the XACT engine initialization parameters.

Return Values

Returns S_OK if successful. Otherwise, an error code.

Remarks

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

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTEngine