Share via


XACTInitialize

XACTInitialize

Initializes the XACT engine.

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

  STDAPI 
  XACTInitialize(
  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, an error code otherwise.

Remarks

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

Note    This function has been deprecated. Titles should use XACTCreateEngine instead, followed by IXACTEngine::Initialize.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

XACT Functions