JNA API 4.1.0-SNAPSHOT
com.sun.jna.platform.win32.COM

Class TypeLibUtil.FindName

  • Enclosing class:
    TypeLibUtil


    public static class TypeLibUtil.FindName
    extends java.lang.Object
    The Class FindName.
    Author:
    wolf.tobias@gmx.net The Class FindName.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      short getFound()
      Gets the found.
      OaIdl.MEMBERID[] getMemId()
      Gets the mem id.
      java.lang.String getNameBuf()
      Gets the name buf.
      ITypeInfo[] getTInfo()
      Gets the t info.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeLibUtil.FindName

        public TypeLibUtil.FindName(java.lang.String nameBuf,
                            ITypeInfo[] pTInfo,
                            OaIdl.MEMBERID[] rgMemId,
                            short pcFound)
        Instantiates a new find name.
        Parameters:
        nameBuf - the name buf
        pTInfo - the t info
        rgMemId - the rg mem id
        pcFound - the pc found
    • Method Detail

      • getNameBuf

        public java.lang.String getNameBuf()
        Gets the name buf.
        Returns:
        the name buf
      • getTInfo

        public ITypeInfo[] getTInfo()
        Gets the t info.
        Returns:
        the t info
      • getMemId

        public OaIdl.MEMBERID[] getMemId()
        Gets the mem id.
        Returns:
        the mem id
      • getFound

        public short getFound()
        Gets the found.
        Returns:
        the found
JNA API 4.1.0-SNAPSHOT

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