WORD Inquire(lpCursorInfo) | |||
LPCURSORINFO lpCursorInfo; |
The Inquire function returns the mouse's mickey-to-pixel ratio for your screen.
lpCursorInfo
Points to a CURSORINFO structure containing a device information that is filled in by the device driver. The first word is the X mickey-to-pixel ratio, and the second word is the Y mickey-to-pixel ratio.
The return value is the number of bytes (4) in the AX register actually written into the data structure.
The export ordinal for this function is 101.
This function is called once per initialization before the Enable function.