ADM_SERVICENOTICETYPE_ENUM
The ADM_SERVICENOTICETYPE_ENUM enumeration specifies types of notices published by an Adaxes service.
Syntax
enum ADM_SERVICENOTICETYPE_ENUM
{
ADM_SERVICENOTICETYPE_INFO = 0, //0x0
ADM_SERVICENOTICETYPE_ALERT = 1, //0x1
ADM_SERVICENOTICETYPE_CRITICALISSUE = 2, //0x2
}
Constants
-
Flag
-
Description
-
ADM_SERVICENOTICETYPE_INFO
-
Indicates that the notice contains general information.
-
ADM_SERVICENOTICETYPE_ALERT
-
Indicates that the notice contains important information that should draw user's attention.
-
ADM_SERVICENOTICETYPE_CRITICALISSUE
-
Indicates that the notice contains critical information.
Requirements
Minimum required version: 2009.1