HP Operations Manager for Windows

 

IOvOWMsiClient Interface Reference
[MSI Client Interface]

Interface definition for the COM-based MSI client. More...

import "OvOWMsiClient.idl";

List of all members.


Public Member Functions

HRESULT  serverInit ()
  Indicates the MSI server startup or a successful connect.
HRESULT  serverShutdown ()
  Indicates the MSI server shutdown.
HRESULT  receiveMessage ([in] IOvOWServerMessage *message)
  Feeds a message to the MSI client.

Detailed Description

Interface definition for the COM-based MSI client.

This interface must be implemented by a COM-based MSI client for HPOM for Windows.

Since:
8.00

Member Function Documentation

HRESULT IOvOWMsiClient::receiveMessage [in] IOvOWServerMessage message  ) 
 

Feeds a message to the MSI client.

This method is called when the MSI server sends a message to the MSI client. Depending on the MSI client connection mode, you can now view or change properties of the HPOM message and return it to the MSI server.

Parameters:
message  The HPOM message coming from the MSI server
See also:
MSI Client Connection Modes
HRESULT IOvOWMsiClient::serverInit  ) 
 

Indicates the MSI server startup or a successful connect.

This method is called when the MSI server is ready to stream messages to this client.

HRESULT IOvOWMsiClient::serverShutdown  ) 
 

Indicates the MSI server shutdown.

This method is called when the MSI server is about to shut down the connection to this client. This happens when one of the following is true:

  • HPOM for Windows message server is shutting down.
  • MSI client is disconnecting from the HPOM for Windows message server.
After this call, this client is released in the HPOM for Windows message server, which might cause the process to shut down.

The documentation for this interface was generated from the following file: