Jump to content

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

8 April 2025

  • curprev 21:5121:51, 8 April 2025 Martini talk contribs 3,065 bytes +3,065 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)..."