Jump to content

WndProc: 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:4519:45, 13 April 2025 Martini talk contribs 1,160 bytes −1 Example Code
  • curprev 19:4519:45, 13 April 2025 Martini talk contribs 1,161 bytes +12 No edit summary
  • curprev 19:4519:45, 13 April 2025 Martini talk contribs 1,149 bytes +1,149 Created page with "This defines the window procedure provided by an application. ==Syntax== WndProc(hwnd, msg, mp1, mp2); ==Parameters== ;''hwnd'' (HWND) - input: Window handle. ;''msg'' (ULONG) - input: Message identity. ;''mp1'' (MPARAM) - input: Message parameter 1. ;''mp2'' (MPARAM) - input: Message parameter 2. ==Returns== ;''mresReply'' (MRESULT) - returns: Message-return data. ==Remarks== This procedure is associated with a window by the ''pfnWndProc'' of the WinRegisterClass..."