ShowPreferences Method (Alert Control)
Windows - Visual C++
Description
The ShowPreferences method displays
a preferences dialog allowing users to modify properties that apply
to all Alert Banners.
Syntax
long result = ShowPreferences(long winId);
The ShowPreferences syntax has
these parts:
Part |
Description |
|
winID |
A long integer specifying a valid Alert Banner. This banner will be used as the dialog's parent window for positioning. |
|
result |
A long integer containing 0 if successful or an error code if not. |
|
See Also: ShowWindowPref
Back to: Alert Methods