GetWindowCount Method (Alert Control)
Windows - Visual C++
Description
The GetWindowCount method returns
the number of open Alert Banners.
Syntax
long count = GetWindowCount();
The GetWindowCount syntax has these parts:
Part |
Description |
result |
A long integer containing the count. |
See Also: AboutBox CloseAlertBox GetMaxWindowId IsValidWinId OpenAlertBox
Back to: Alert Methods