Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32.COM

Class TypeInfoUtil.ContainingTypeLib

  • Enclosing class:
    TypeInfoUtil


    public static class TypeInfoUtil.ContainingTypeLib
    extends Object
    The Class ContainingTypeLib.
    Author:
    wolf.tobias@gmx.net The Class ContainingTypeLib.
    • Constructor Detail

      • ContainingTypeLib

        public ContainingTypeLib(ITypeLib typeLib,
                                 int index)
        Instantiates a new containing type lib.
        Parameters:
        typeLib - the type lib
        index - the index
    • Method Detail

      • getTypeLib

        public ITypeLib getTypeLib()
        Gets the type lib.
        Returns:
        the type lib
      • setTypeLib

        public void setTypeLib(ITypeLib typeLib)
        Sets the type lib.
        Parameters:
        typeLib - the new type lib
      • getIndex

        public int getIndex()
        Gets the index.
        Returns:
        the index
      • setIndex

        public void setIndex(int index)
        Sets the index.
        Parameters:
        index - the new index
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.