Click here for NewsObjects Overview
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.

Select Profiles dialog box

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.

Remarks
Changes made by this dialog apply only to the specified Alert Banner.

See Also: AlertsDisplayed ShowPreferences

Back to: Alert Methods