Location:
SyncMLAlertInfo.h
Link against: smlclient.lib
class CSmlAlertInfo : public CBase;
Information about an alert notification.
Push message parsers are responsible for generating one (or more) of these objects as a result of parsing a message, whether the parse is successful or not.
Not all details will be applicable to all alerts.
If parsing is successful, and a profile ID is specified, the Agent uses this information to generate a job (based upon the 'job control' value specified), prompting the user first if neccessary If parsing fails, parsers should try to fill in as much information as they can.
CBase
- Base class for all classes to be instantiated on the heap
CSmlAlertInfo
- Information about an alert notification
Defined in CSmlAlertInfo
:
EConfirmJob
, ECreateJob
, EDoNotCreateJob
, EInformJob
, TJobControl
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
TJobControl
Specifies whether a job should be created for an alert.
|