Package com.sun.jna.platform.win32.COM
Class TypeLibUtil.FindName
- java.lang.Object
- 
- com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
 
- 
- Enclosing class:
- TypeLibUtil
 
 public static class TypeLibUtil.FindName extends java.lang.ObjectThe Class FindName.- Author:
- wolf.tobias@gmx.net The Class FindName.
 
- 
- 
Constructor SummaryConstructors Constructor Description FindName(java.lang.String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound)Instantiates a new find name.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetFound()Gets the found.OaIdl.MEMBERID[]getMemId()Gets the mem id.java.lang.StringgetNameBuf()Gets the name buf.ITypeInfo[]getTInfo()Gets the t info.
 
- 
- 
- 
Constructor Detail- 
FindNameFindName(java.lang.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 Detail- 
getNameBufpublic java.lang.String getNameBuf() Gets the name buf.- Returns:
- the name buf
 
 - 
getTInfopublic ITypeInfo[] getTInfo() Gets the t info.- Returns:
- the t info
 
 - 
getMemIdpublic OaIdl.MEMBERID[] getMemId() Gets the mem id.- Returns:
- the mem id
 
 - 
getFoundpublic short getFound() Gets the found.- Returns:
- the found
 
 
- 
 
-