Error 0x80073AAE

Value: -2147009874 | 0x80073AAE | 2147957422

What does it mean ?

ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL  
The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
Value: 15022 | 0x3AAE | 0b0011101010101110

Where does it come from ?

FACILITY_WIN32  
Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
Value: 7 | 0x007 | 0b00000111

Other Errors for FACILITY_WIN32