Function 20 - Swap Interrupt SubroutinesLast reviewed: September 16, 1996Article ID: Q19859 |
The information in this article applies to:
SUMMARYThe following is a description of Function 20: - Swap Interrupt Subroutines (Mouse Version 6.0). Function 20 allows you to get the address and call mask for a Mouse Function 12 subroutine or to exchange the vector and mask.
Inputs: AX = 20 BX = segment of new subroutine CX = new call mask DX = offset of new subroutine Outputs: BX = segment of old subroutine CX = old call mask DX = offset of old subroutineFor more information on mouse function subroutines, refer to the entries on Function 12. A well-coded application returns the old subroutine address (vector) and mask via this function when it terminates. This function is also useful for swapping between a set of Function 12 subroutines within an application.
|
KBCategory: kbhw
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |