Initializes the XACT engine.
STDAPI Initialize( const XACT_RUNTIME_PARAMETERS *pParams );
Returns S_OK if successful, an error code otherwise.
This function creates the XACT engine and data structures, and should be called only once per IXACTEngine instance in an application.
Header: Declared in Xact.h.