Jump to content

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

15 April 2025

9 April 2025

  • curprev 01:3901:39, 9 April 2025 Martini talk contribs 2,398 bytes +2,398 Created page with "This function sets the parent for ''hwnd'' to ''hwndNewParent''. ==Syntax== WinSetParent(hwnd, hwndNewParent, fRedraw) ==Parameters== ;hwnd (HWND) - Input: Window handle. ;hwndNewParent (HWND) - Input: New parent window handle. :This cannot be a descendant of ''hwnd''. :If this parameter is a desktop window handle or HWND_DESKTOP, ''hwnd'' becomes a main window. :If this parameter is not equal to HWND_OBJECT, it must be a descendant of the same desktop window..."