Shows or hides all pop-up windows owned by the specified window.
BOOL ShowOwnedPopups( HWND hWnd, BOOL fShow );
int ShowOwnedPopups(int hWnd, int fShow) => _ShowOwnedPopups(hWnd, fShow);