![]() | InDesign SDK 20.5 |
#include <IShowAlertRegistryUtils.h>

Public Types | |
| enum | { kDefaultIID = IID_ISHOWALERTREGISTRYUTILS } |
Public Member Functions | |
| virtual bool32 | GetShouldShow (int32 alertID)=0 |
| virtual ErrorCode | DoSetShouldShowCmd (int32 alertID, bool32 shouldShow)=0 |
| virtual ErrorCode | DoClearAllCmd ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Utilities for querying and modifying the "don't-show" registry, which controls which alerts are shown and which are not, based on the user's previous checking of "don't show this alert again" checkbox in many alerts, as well as the "show all alerts again" option in preferences, which brings them all back to life.
| pure virtual |
Processes a command to set the should-show state to show/enable for all alerts.
| pure virtual |
Processes a command to set the should-show state for the specified alert.
| alertID | The alert to show/not-show. |
| shouldShow | kTrue to show (enable) the alert; kFalse to not-show (disable) the alert. |
| pure virtual |
Returns whether the specified alertID should be shown.
| alertID | The alert ID you're interested in. |