HP Operations Manager for Windows

 

IOvPmdPolicyManager3 Interface Reference

Extension of IOvPmdPolicyManager2 interface. More...

import "pmad.idl";

Inheritance diagram for IOvPmdPolicyManager3:

IOvPmdPolicyManager2 IOvPmdPolicyManager IOvPmdPolicyManager80 List of all members.

Public Member Functions

HRESULT  CreatePolicyStream ([out, retval] IOvPmdStream2 **ppStream)

Detailed Description

The interface IOvPmdPolicyManager3 inherits from the interface IOvPmdPolicyManager2, and adds new methods.
Since:
7.5

Member Function Documentation

HRESULT IOvPmdPolicyManager3::CreatePolicyStream [out, retval] IOvPmdStream2 **  ppStream  ) 
 
Semantics:
Returns an interface pointer IOvPmdStream2 to a new stream object hosted in the PMAD service on the management server machine. This stream object can be used by a client running on a different node (for example, remote console) to solve possible access problems. For example, PMAD may not have the right to read or write to a stream object if it is created on another computer by a user not authorized on the management server machine.
Note that the client is responsible for releasing the interface pointer.
Parameters:
ppStream  - Interface pointer to the new stream object.
Possible errors:
Since:
7.5