Writing Interrupts (ISRs) That Call Mouse FunctionsLast reviewed: September 16, 1996Article ID: Q46462 |
The information in this article applies to:
SUMMARYThe mouse driver protects itself from reentrancy from other mouse function calls but not from interrupt service routines (ISRs) with higher priority. It is recommended that you do not write an ISR with a higher priority than the mouse hardware interrupt (for example, for the timer interrupt) that calls mouse functions. The result may be undesirable and erroneous. If your ISR is performing a mouse function call, your interrupt may occur during the execution of the mouse function call and start running your ISR again, that is, the original mouse function call may never be finished. The appropriate routine is to use the mouse function 12/20 to set the mouse user-defined subroutine.
|
KBCategory: kbhw
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |