HP Operations Manager for Windows

 

Definition of Message State Constants
[HPOM for Windows constants]


Variables

const int  OVEP_MSG_STATE_UNDEF = (1)
const int  OVEP_MSG_STATE_UNOWNED = (2)
const int  OVEP_MSG_STATE_OWNED = (3)
const int  OVEP_MSG_STATE_ACKNOWLEDGED = (4)
const int  OVEP_MSG_STATE_NODE_DELETED = (5)
const int  OVEP_MSG_STATE_DELETED = (6)
const int  OVEP_MSG_STATE_DISCARDED = (7)
const int  OVEP_MSG_STATE_SUPPRESSED = (8)

Variable Documentation

const int OVEP_MSG_STATE_ACKNOWLEDGED = (4)
 
const int OVEP_MSG_STATE_DELETED = (6)
 
const int OVEP_MSG_STATE_DISCARDED = (7)
 
const int OVEP_MSG_STATE_NODE_DELETED = (5)
 
const int OVEP_MSG_STATE_OWNED = (3)
 
const int OVEP_MSG_STATE_SUPPRESSED = (8)
 
const int OVEP_MSG_STATE_UNDEF = (1)
 
const int OVEP_MSG_STATE_UNOWNED = (2)