Package com.sun.jna.platform.win32.COM
Klasse TypeLibUtil.FindName
java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
- Umschließende Klasse:
TypeLibUtil
The Class FindName.
- Autor:
- wolf.tobias@gmx.net The Class FindName.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFindName
(String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound) Instantiates a new find name. -
Methodenübersicht
-
Konstruktordetails
-
FindName
FindName(String nameBuf, Pointer[] pTInfo, OaIdl.MEMBERID[] rgMemId, short pcFound) Instantiates a new find name.- Parameter:
nameBuf
- the name bufpTInfo
- the t inforgMemId
- the rg mem idpcFound
-
-
-
Methodendetails
-
getNameBuf
Gets the name buf.- Gibt zurück:
- the name buf
-
getTInfo
Gets the t info.- Gibt zurück:
- the t info
-
getMemId
Gets the mem id.- Gibt zurück:
- the mem id
-
getFound
public short getFound()Gets the found.- Gibt zurück:
- the found
-