HP Operations Manager for Windows

 

Definition of Message Instruction Type Constants
[HPOM for Windows constants]


Variables

const int  OVEP_C_INSTR_NO = (0)
  No instructions at all.
const int  OVEP_C_INSTR_TEXT = (1)
  Use instruction text in database.
const int  OVEP_C_INSTR_INTERF = (2)
  Use instruction interface.
const int  OVEP_C_INSTR_INTERNAL = (3)
  Instruction for opc internal errors.

Variable Documentation

const int OVEP_C_INSTR_INTERF = (2)
 

Use instruction interface.

const int OVEP_C_INSTR_INTERNAL = (3)
 

Instruction for opc internal errors.

const int OVEP_C_INSTR_NO = (0)
 

No instructions at all.

const int OVEP_C_INSTR_TEXT = (1)
 

Use instruction text in database.