PRB: Odd VMOUSE Int 15 Calls Appear Instead of AX=0C2xx

ID: Q153381


The information in this article applies to:
  • Microsoft Win32 Device Driver Kit (DDK) Windows 95


SYMPTOMS

If you are debugging your PS/2 device and watching INT 15h calls, you may see some odd function calls generated by VMOUSE. You might be looking for standard mouse calls matching AX=0C2xx, for example. During default PS/2 mouse initialization you might see the following INT 15h calls just before the standard initialization:

with AX = 0F963h
with AX = 0F95Fh


CAUSE

These are used internally by the operating system. The first one always occurs. These do not affect normal PS/2 devices and can be ignored.


STATUS

This behavior is by design.

Keywords : kbDDK kbInput kbMouse kbHID
Version : 4.00
Platform : WINDOWS
Issue type :


Last Reviewed: March 5, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.