Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:43, 8 April 2025 Martini talk contribs created page WinSetCapture (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...")