Jump to content

WinSetOwner: 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:3801:38, 9 April 2025 Martini talk contribs 1,462 bytes +1,462 Created page with "This function changes the owner window of a specified window. ==Syntax== WinSetOwner(hwnd, hwndNewOwner) ==Parameters== ;hwnd (HWND) - Input: Window handle whose owner window is to be changed. ;hwndNewOwner (HWND) - Input: Handle of the new owner. :;NULLHANDLE:: The window becomes "disowned". :;Other:: Handle of the new owner window. ==Returns== ;rc (BOOL) - Returns: Success indicator. :;TRUE: Successful completion. :;FALSE: Error occurred. ==Remarks== The..."