Package com.sun.jna.platform.win32.COM
Class TypeLibUtil.FindName
java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
- Enclosing class:
- TypeLibUtil
The Class FindName.
- Author:
- wolf.tobias@gmx.net The Class FindName.
- 
Constructor SummaryConstructorsConstructorDescriptionFindName(String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound) Instantiates a new find name.
- 
Method Summary
- 
Constructor Details- 
FindNameFindName(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- 
getNameBufGets the name buf.- Returns:
- the name buf
 
- 
getTInfoGets the t info.- Returns:
- the t info
 
- 
getMemIdGets the mem id.- Returns:
- the mem id
 
- 
getFoundpublic short getFound()Gets the found.- Returns:
- the found
 
 
-