IsWindowVisibleEx
Determine whether a window is totally visible, partially visible or not at all visible.
This does not use the WS_VISIBLE style to determine whether a window is visible or not.
int IsWindowVisibleEx( HWND hwnd );
Return value
| 0 | Not visible at all |
| 1 | Totally visible |
| -1 | Partially visible |