void ShowOwnedPopups(hWnd,fShow)
This function shows or hides all pop-up windows that are associated with the hWnd parameter. If the fShow parameter is nonzero, all hidden pop-up windows are shown; if fShow is zero, all visible pop-up windows are hidden.
Parameter | Type/Description |
hWnd | HWND Identifies the window that owns the pop-up windows that are to be shown or hidden. | |
fShow | BOOL Specifies whether or not pop-up windows are hidden. It is nonzero if all hidden pop-up windows should be shown; it is zero if all visible pop-up windows should be hidden. |
None.