Windows / Code / 0xc000016c
0xc000016c
HRESULT Facility: FACILITY_NULL (0)
NTSTATUS Facility: Unknown (0)
Associated Modules
Module | Description |
---|---|
ntdll.dll | 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 |
Associated Headers
Header | Symbolic | Description |
---|---|---|
ntstatus.h | STATUS_SHARED_IRQ_BUSY | 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 |