XAUDIO2_E_INVALID_CALL
Code: 0x88960001 (2291531777)
As HRESULT:- S: 1 (Failure)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- X: 1 (Reserved, only expected on the TRK exceptions)
- Facility: 0x096 (Unknown facility)
- Code: 0x0001 (1)
- Sev: 2 (STATUS_SEVERITY_WARNING)
- C: 0 (Microsoft-defined)
- Facility: 0x896 (Unknown facility)
- Code: 0x0001 (1)
Abstract
An API call or one of its arguments was illegal
Documented in Win32
XAudio2 Error Codes (xaudio2.h): 0x88960001
Returned by XAudio2 for certain API usage errors (invalid calls and so on) that are hard to avoid completely and should be handled by a title at runtime. (API usage errors that are completely avoidable, such as invalid parameters, cause an ASSERT in debug builds and undefined behavior in retail builds, so no error code is defined for them.)