AnyPopup function user32
Indicates whether an owned, visible, top-level pop-up, or overlapped window exists on the screen. The function searches the entire screen, not just the calling application's client area.
BOOL AnyPopup();
Implementation
int AnyPopup() => _AnyPopup();