Windows /Headers /ntstatus.h /STATUS_SHARED_IRQ_BUSY
STATUS_SHARED_IRQ_BUSY
Code: 0xc000016c (3221225836)
HRESULT Facility: FACILITY_NULL (0)
NTSTATUS Facility: Unknown (0)
Abstract
An attempt was made to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
Associated Modules
Module | Code | Description |
---|---|---|
ntdll.dll | 0xc000016c | An attempt was made to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use. |
1 entry |