This is work in progress.

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

ModuleCodeDescription
ntdll.dll0xc000016cAn 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