Jump to content

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

13 April 2025

  • curprev 19:4319:43, 13 April 2025 Martini talk contribs 2,273 bytes +2,273 Created page with "This procedure provides pointer conversion for application-defined messages. ==Syntax== ThunkProc(hwnd, usmsg, mpParam1, mpParam2, pWndProc); ==Parameters== ;''hwnd'' (HWND) - input: Window handle. ;''usmsg'' (USHORT) - input: Message identity. :This is an application-defined message. The value is greater than or equal to WM_USER. ;''mpParam1'' (MPARAM) - input: Message parameter 1. ;''mpParam2'' (MPARAM) - input: Message parameter 2. ;''pWndProc'' (PFNWP) - input: Wi..."