ShowWindowPref Method (Alert Control)
Windows - Visual C++
Description
The ShowWindowPref method displays
the Select Profiles dialog allowing users to select the alert
profiles for a specific Alert Banner.
Syntax
long value = ShowWindowPref(long
winID);
The ShowWindowPref syntax has these parts:
Part |
Description |
|
winID |
A long integer specifying the Alert Banner whose properties will be modified. |
|
result |
A long integer containing 0 if successful or an error code if not. |
See Also: AlertsDisplayed ShowPreferences
Back to: Alert Methods