Sponsors
GetCursorPos
in Mouse
Function name: GetCursorPos
Defined in : User32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function GetCursorPos Lib "user32" Alias "GetCursorPos" (lpPoint As POINTAPI) As Long
Parameters:
Returns:
Related functions: SetCursorPos
Examples: