ShowOwnedPopups function user32

int ShowOwnedPopups(
  1. int hWnd,
  2. int fShow
)

Shows or hides all pop-up windows owned by the specified window.

BOOL ShowOwnedPopups(
  HWND hWnd,
  BOOL fShow
);

Implementation

int ShowOwnedPopups(int hWnd, int fShow) => _ShowOwnedPopups(hWnd, fShow);