Jump to content

WinIsChild: 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:3301:33, 9 April 2025 Martini talk contribs 1,652 bytes +1,652 Created page with "This function indicates if a window is a descendant of another window. ==Syntax== WinIsChild(hwnd, hwndParent) ==Parameters== ;hwnd (HWND) - Input: Child-window handle. ;hwndParent (HWND) - Input: Parent-window handle. ==Returns== ;fRelated (BOOL) - Returns: Related indicator. :;TRUE: Child window is a descendant of the parent window, or is equal to it. :;FALSE: Child window is not a descendant of the parent, or is an Object Window (even if ''hwndParent'' is..."