RCM_ALARM_DATA

The RCM_ALARM_DATA structure is used to record the current alarm count, the date the latest alarm was generated, and the display attributes for the alarm count and alarm date displays. Its format is:

typedef struct {

   int alarm_count;

   COR_I2 alarm_count_attr;

   COR_I2 alarm_date_attr;

   TCHAR alarm_date[16];

} RCM_ALARM_DATA;

More information

Standard Data Types.