Does anyone know the exact arguments and return value(s) for the GetMousePos function? I can't seem to find the function in the online help?
Jason
Printable View
Does anyone know the exact arguments and return value(s) for the GetMousePos function? I can't seem to find the function in the online help?
Jason
BOOL GetCursorPos(LPPOINT lpPoint);
You mean BOOL GetCursorPos(LPOINT lpPoint);
Hope that helps
SAZ