HP Operations Manager for Windows

 

IOvPmdLicenseInfo2 Interface Reference

Extension of IOvPmdLicenseInfo interface. More...

import "pmad.idl";

Inheritance diagram for IOvPmdLicenseInfo2:

IOvPmdLicenseInfo IOvPmdLicenseInfo80 List of all members.

Public Member Functions

HRESULT  ReportProducts2 ([out, retval]VARIANT *pvProductIds)
HRESULT  ReportProductsForNode2 ([in]BSTR sNodeName,[out, retval]VARIANT *pvProductIds)

Detailed Description

The interface IOvPmdLicenseInfo2 inherits from the interface IOvPmdLicenseInfo, and adds several additional methods.
Since:
7.0

Member Function Documentation

HRESULT IOvPmdLicenseInfo2::ReportProducts2 [out, retval] VARIANT *  pvProductIds  ) 
 
Semantics:
Same semantic as ReportProducts(...), but scriptable.
Parameters:
pvProductIds  - VARIANT containing a SAFEARRAY of VARIANTS, which contains BSTR pointers. The elements in the array are the IDs of all licensed products defined in PMAD.
Possible errors:
Database communication errors
Since:
7.0
HRESULT IOvPmdLicenseInfo2::ReportProductsForNode2 [in] BSTR  sNodeName,
[out, retval] VARIANT *  pvProductIds
 
Semantics:
Same semantic as ReportProductsForNode(...), but scriptable.
Parameters:
sNodeName  - ID of the node for which the product IDs are reported.
pvProductIds  - VARIANT containing a SAFEARRAY of VARIANTS, which contains BSTR pointers. The elements in the array are the IDs of all products installed on the specified node.
Possible errors:
Database communication errors
Since:
7.0