Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 905 Bytes

IsWindowVisible.md

File metadata and controls

42 lines (29 loc) · 905 Bytes

Home

Function name : IsWindowVisible

Group: Window - Library: user32


The IsWindowVisible function retrieves the visibility state of the specified window


Code examples:

Listing child windows for the Windows desktop
Terminating all running applications from a VFP program
Minimizing all running applications

Declaration:

BOOL IsWindowVisible(
    HWND  hWnd 	// handle of window
   );  

FoxPro declaration:

DECLARE INTEGER IsWindowVisible IN user32 INTEGER hwnd  

Parameters:

hWnd Identifies the window


Return value:

If the specified window is visible on the screen (has the WS_VISIBLE style), the return value is TRUE