|  |  | 
Creates an instance of the IXACTEngine interface, which is used to create and manipulate other XACT objects.
HRESULT XACTCreateEngine( DWORD dwCreationFlags, IXACTEngine **ppEngine );
| Value | Description | 
|---|---|
| XACT_FLAG_API_AUDITION_MODE | Specifies that auditioning should be enabled. | 
| XACT_FLAG_API_DEBUG_MODE | Specifies that debug mode should be enabled. | 
Returns S_OK if successful, an error code otherwise.
Header: Declared in Xact.h.