Jump to content

WinSetPointer: 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 03:2803:28, 9 April 2025 Martini talk contribs 2,381 bytes +2,381 Created page with "This function ''sets the desktop-pointer handle''. ==Syntax== WinSetPointer(hwndDeskTop, hptrNewPointer) ==Parameters== ;hwndDeskTop (HWND) - Input : Desktop-window handle. :;HWND_DESKTOP :: The desktop-window handle :;Other :: Specified desktop-window handle. ;hptrNewPointer (HPOINTER) - Input : New pointer handle. :;NULL :: Remove pointer from the screen. :;Other :: Pointer handle associated with ''hwndDeskTop''. Handles for application-defined pointers are..."