Jump to content

Main public logs

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).

Logs
  • 19:45, 13 April 2025 Martini talk contribs created page WndProc (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...")