Jump to content

WinQueryPointerPos: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 01:4401:44, 9 April 2025 Martini talk contribs 2,103 bytes +2,103 Created page with "This function returns the pointer position. ==Syntax== WinQueryPointerPos(hwndDeskTop, pptlPoint) ==Parameters== ;hwndDeskTop (HWND) - Input: Desktop-window handle. :;HWND_DESKTOP:: The desktop-window handle. :;Other:: Specified desktop-window handle. ;pptlPoint (PPOINTL) - Output: Pointer position in screen coordinates. ==Returns== ;rc (BOOL) - Returns: Pointer position returned indicator. :;TRUE: Successful completion. :;FALSE: Error occurred. ==Remarks==..."