Jump to content

WinSetCapture: 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.

8 April 2025

  • curprev 21:4321:43, 8 April 2025 Martini talk contribs 3,105 bytes +3,105 Created page with "This function ''captures all pointing device messages''. ==Syntax== WinSetCapture(hwndDesktop, hwnd) ==Parameters== ;hwndDesktop (HWND) - Input: Desktop-window handle, or HWND_DESKTOP. ;hwnd (HWND) - Input: Handle of the window that is to receive all pointing device messages. Use NULLHANDLE to release capture, or HWND_THREADCAPTURE to capture to the current thread. ;rc (BOOL) - Returns: Success indicator. TRUE for success, FALSE for error. ==Returns== ;rc..."