Jump to content

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

9 April 2025

  • curprev 01:3201:32, 9 April 2025 Martini talk contribs 3,446 bytes −114 No edit summary
  • curprev 01:2901:29, 9 April 2025 Martini talk contribs 3,560 bytes +3,560 Created page with "This function returns the window handle of a dialog item within a dialog window. ==Syntax== WinEnumDlgItem(hwndDlg, hwnd, code) ==Parameters== * hwndDlg (HWND) - Input: Dialog-window handle. * hwnd (HWND) - Input: Child-window handle. * This may be an immediate child of the dialog window or a window lower in the window hierarchy, such as a child of a child window. * NULLHANDLE can be specified if ''code'' is EDI_FIRSTTABITEM or EDI_LASTTABITEM. * I..."