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
  • 01:38, 9 April 2025 Martini talk contribs created page WinSetOwner (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...")