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
  • 21:51, 8 April 2025 Martini talk contribs created page WinSendDlgItemMsg (Created page with "This function ''sends a message to the dialog item defined by ''idItem'' in the dialog window specified by ''hwndDlg''.'' ==Syntax== WinSendDlgItemMsg(hwndDlg, idItem, msg, mp1, mp2) ==Parameters== ;hwndDlg (HWND) - Input: Parent-window handle (dialog window). ;idItem (ULONG) - Input: Identity of the child window (dialog item), between 0 and 0xFFFF. ;msg (ULONG) - Input: Message identifier. ;mp1 (MPARAM) - Input: Message parameter 1. ;mp2 (MPARAM)...")