ShowOwnedPopups

2.x

  void ShowOwnedPopups(hwnd, fShow)    
  HWND hwnd; /* handle of window, */  
  BOOL fShow; /* window visibility flag */

The ShowOwnedPopups function shows or hides all pop-up windows owned by the given window.

Parameters

hwnd

Identifies the window that owns the pop-up windows to be shown or hidden.

fShow

Specifies whether pop-up windows are to be shown or hidden. If this parameter is TRUE, all hidden pop-up windows are shown. If this parameter is FALSE, all visible pop-up windows are hidden.

Return Value

This function does not return a value.

See Also

IsWindowVisible, ShowWindow