Jump to content

WinIsWindowVisible: 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 00:5700:57, 9 April 2025 Martini talk contribs 2,025 bytes −117 No edit summary
  • curprev 00:4700:47, 9 April 2025 Martini talk contribs 2,142 bytes +2,142 Created page with "This function ''returns the visibility state of a window''. ==Syntax== WinIsWindowVisible(hwnd) ==Parameters== ;hwnd (HWND) - Input: Window handle. ;rc (BOOL) - Returns: TRUE if the window and all its parents have the WS_VISIBLE style bit set, FALSE otherwise. ==Returns== ;rc (BOOL) - returns :Visibility-state indicator. :;TRUE ::Window and all its parents have the WS_VISIBLE style bit set on. :;FALSE ::Window or one of its parents have the WS_VISIBLE style b..."