[Toc][Index]

MouGetNumMickeys


Bindings:  C, MASM 

This call returns the number of mickeys in each centimeter for the 
installed mouse driver. 
 MouGetNumMickeys     (NumberOfMickeys, DeviceHandle) 
 
 NumberOfMickeys (PUSHORT) - output 
    Address of the number of physical mouse motion units. Mouse motion 
    units are reported in mickeys in each centimeter. This value is 
    constant based upon the mouse device attached. 
 DeviceHandle (HMOU) - input 
    Handle of the mouse device from a previous MouOpen. 
 rc (USHORT) - return 
    Return code descriptions are: 
    0         NO_ERROR 
    385       ERROR_MOUSE_NO_DEVICE 
    466       ERROR_MOU_DETACHED 
    501       ERROR_MOUSE_NO_CONSOLE 
    505       ERROR_MOU_EXTENDED_SG 
 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs