Technical Document #92
I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6)
successfully on my Windows 2000 machine. But when I try to listen to the
mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the
following error message:
Cannot enable interrupt — might be in use by another device
In some cases, the operating system locks the interrupts exclusively, thereby
preventing you from listening to these interrupts.
You can refer to WinDriver's VB interrupt sample program (found in the
WinDriver\vb\samples\interrupt directory and available also from
Windows' start-up menu) for a list of the common IRQs (floppy disk, mouse and
keyboard) and their availability on different operating systems. |