HP Operations Manager for Windows

 

MSI Client Connection Modes


Variables

const int  IOvOWMsiServer::OVOW_MSI_CLIENT_READ = 0
  Specifies read-only access to the HPOM for Windows MSI server.
const int  IOvOWMsiServer::OVOW_MSI_CLIENT_READWRITE = 1
  Specifies unrestricted access to the HPOM for Windows MSI server.
const int  IOvOWMsiServer::OVOW_MSI_CLIENT_WRITE = 2
  Specifies write-only access to the HPOM for Windows MSI server.

Variable Documentation

const int IOvOWMsiServer::OVOW_MSI_CLIENT_READ = 0 [inherited]
 

Specifies read-only access to the HPOM for Windows MSI server.

A client connecting in this mode is allowed to register for HPOM messages and to read them. The client is not allowed to edit received HPOM messages or to insert new HPOM messages into the HPOM for Windows message server.

const int IOvOWMsiServer::OVOW_MSI_CLIENT_READWRITE = 1 [inherited]
 

Specifies unrestricted access to the HPOM for Windows MSI server.

const int IOvOWMsiServer::OVOW_MSI_CLIENT_WRITE = 2 [inherited]
 

Specifies write-only access to the HPOM for Windows MSI server.

A client connecting in this mode is allowed to create, edit, and add new HPOM messages to the HPOM for Windows message server. The client is not allowed to register for messages coming from the HPOM for Windows message server.