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
    • 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 Holder parameter.
        pnMinorVersion - Mandatory Holder parameter.
        pnMinorMinorVersion - Mandatory Holder parameter.
        Returns:
        Returns a value of type int