WinIsWindowShowing - Parameters
hwnd
(
HWND
) - input
Window handle.
rc
(
BOOL
) - returns
Showing state indicator.
TRUE
Some part of the window is displayed on the screen.
FALSE
The function returns FALSE in these situations:
No part of the window is displayed on the screen
The window is disabled
The window update is disabled
[Back: WinIsWindowShowing Return Value - rc]
[Next: WinIsWindowShowing - Remarks]