Interface IProductInfo2
-
- All Superinterfaces:
com4j.Com4jObject
,IProductInfo
public interface IProductInfo2 extends IProductInfo
For HP use. Information about the current version including minor version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
qcVersionEx(com4j.Holder<java.lang.Integer> pnMajorVersion, com4j.Holder<java.lang.Integer> pnMinorVersion, com4j.Holder<java.lang.Integer> pnMinorMinorVersion)
The build information for the installed version.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IProductInfo
bptVersion, qcVersion
-
-
-
-
Method Detail
-
qcVersionEx
int qcVersionEx(com4j.Holder<java.lang.Integer> pnMajorVersion, com4j.Holder<java.lang.Integer> pnMinorVersion, com4j.Holder<java.lang.Integer> pnMinorMinorVersion)
The build information for the installed version.
Getter method for the COM property "QCVersionEx"
- Parameters:
pnMajorVersion
- Mandatory Holderparameter. pnMinorVersion
- Mandatory Holderparameter. pnMinorMinorVersion
- Mandatory Holderparameter. - Returns:
- Returns a value of type int
-
-