Class TypeLibUtil.FindName

java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
Enclosing class:
TypeLibUtil

public static class TypeLibUtil.FindName extends Object
The Class FindName.
Author:
wolf.tobias@gmx.net The Class FindName.
  • Constructor Details

    • FindName

      FindName(String nameBuf, Pointer[] 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 -
  • Method Details

    • getNameBuf

      public 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