void DIB_MoveCursorExt(LPPDEVICE lpDevice, WORD absX, WORD absY);
Moves the cursor to the given point on the screen.
lpDevice
Address of the PDEVICE structure for the driver.
absX
Absolute x-coordinate of the new cursor position.
absY
Absolute y-coordinate of the new cursor position.
The ordinal values for this function is 103.