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 Summary
ConstructorsConstructorDescriptionFindName
(String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound) Instantiates a new find name. -
Method Summary
-
Constructor Details
-
FindName
FindName(String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound) Instantiates a new find name.- Parameters:
nameBuf
- the name bufpTInfo
- the t inforgMemId
- the rg mem idpcFound
-
-
-
Method Details
-
getNameBuf
Gets the name buf.- Returns:
- the name buf
-
getTInfo
Gets the t info.- Returns:
- the t info
-
getMemId
Gets the mem id.- Returns:
- the mem id
-
getFound
public short getFound()Gets the found.- Returns:
- the found
-