HP Operations Manager for Windows

 

IOvPmdSubpackage Interface Reference

sub-package interface More...

import "pmad.idl";

List of all members.


Public Member Functions

HRESULT  GetId ([out, retval] BSTR *subpackageId)
HRESULT  GetName ([out, retval] BSTR *name)
HRESULT  GetVersionId ([out, retval] BSTR *subpackageVersionId)
HRESULT  GetVersionString ([out, retval] BSTR *versionString)
HRESULT  GetDescription ([out, retval] BSTR *description)
HRESULT  GetPackageName ([out, retval] BSTR *packageName)

Detailed Description

The interface IOvPmdSubpackage implements a sub-package
Since:
8.00

Member Function Documentation

HRESULT IOvPmdSubpackage::GetDescription [out, retval] BSTR *  description  ) 
 
Semantics:
Retrieves the description of this sub-package version.
Parameters:
description  - Description of this sub-package version.
Possible errors:
Since:
8.00
HRESULT IOvPmdSubpackage::GetId [out, retval] BSTR *  subpackageId  ) 
 
Semantics:
Returns the sub-package ID. It is the same for all versions of the sub-package.
Parameters:
subpackageId  - Sub-package ID as a string without brackets.
Possible errors:
Since:
8.00
HRESULT IOvPmdSubpackage::GetName [out, retval] BSTR *  name  ) 
 
Semantics:
Returns the name of the sub-package. Two sub-packages with the same name must have different versions.
Parameters:
name  - Name of the sub-package.
Possible errors:
Since:
8.00
HRESULT IOvPmdSubpackage::GetPackageName [out, retval] BSTR *  packageName  ) 
 
Semantics:
Retrieves the name of the package to which this package belongs.
Parameters:
packageName  - Name of the package to which this sub-package belongs.
Possible errors:
Since:
8.00
HRESULT IOvPmdSubpackage::GetVersionId [out, retval] BSTR *  subpackageVersionId  ) 
 
Semantics:
Returns the sub-package version ID.
Parameters:
subpackageVersionId  - Sub-package version ID as a string without brackets.
Possible errors:
Since:
8.00
HRESULT IOvPmdSubpackage::GetVersionString [out, retval] BSTR *  versionString  ) 
 
Semantics:
Returns the version of the sub-package in the string format.
Parameters:
versionString  - Version string of the sub-package.
Possible errors:
Since:
8.00