Package com.sun.jna.platform.win32.COM
Klasse TypeLibUtil
java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil
Wrapper class for the class ITypeLibUtil.
- Autor:
- wolf.tobias@gmx.net The Class ITypeLibUtil.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
The Class FindName.static class
The Class IsName.static class
The Class TypeLibDoc. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTypeLibUtil
(String file) TypeLibUtil
(String clsidStr, int wVerMajor, int wVerMinor) Instantiates a new i type lib util. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungFind name.Gets the doc string.getDocumentation
(int index) Gets the documentation.int
Gets the help context.Gets the help file.getLcid()
Gets the lcid.Gets the lib attr.getName()
Gets the name.Gets the type comp.getTypeInfo
(int index) Gets the type info.int
Gets the type info count.getTypeInfoType
(int index) Gets the type info type.getTypeInfoUtil
(int index) Gets the type info util.Gets the typelib.Checks if is name.void
ReleaseTLibAttr
(OaIdl.TLIBATTR pTLibAttr) Release t lib attr.
-
Felddetails
-
OLEAUTO
The Constant OLEAUTO.
-
-
Konstruktordetails
-
TypeLibUtil
Instantiates a new i type lib util.- Parameter:
clsidStr
- the clsid strwVerMajor
- the w ver majorwVerMinor
- the w ver minor
-
TypeLibUtil
-
-
Methodendetails
-
getTypeInfoCount
public int getTypeInfoCount()Gets the type info count.- Gibt zurück:
- the type info count
-
getTypeInfoType
Gets the type info type.- Parameter:
index
- the index- Gibt zurück:
- the type info type
-
getTypeInfo
Gets the type info.- Parameter:
index
- the index- Gibt zurück:
- the type info
-
getTypeInfoUtil
Gets the type info util.- Parameter:
index
- the index- Gibt zurück:
- the type info util
-
getLibAttr
Gets the lib attr.- Gibt zurück:
- the lib attr
-
GetTypeComp
Gets the type comp.- Gibt zurück:
- the i type comp. by reference
-
getDocumentation
Gets the documentation.- Parameter:
index
- the index- Gibt zurück:
- the documentation
-
IsName
Checks if is name.- Parameter:
nameBuf
- the name bufhashVal
- the hash val- Gibt zurück:
- the checks if is name
-
FindName
Find name.- Parameter:
name
- the namehashVal
- the hash val or 0 if unknownmaxResult
- maximum number of items to search- Gibt zurück:
- the find name
-
ReleaseTLibAttr
Release t lib attr.- Parameter:
pTLibAttr
- the t lib attr
-
getLcid
Gets the lcid.- Gibt zurück:
- the lcid
-
getTypelib
Gets the typelib.- Gibt zurück:
- the typelib
-
getName
Gets the name.- Gibt zurück:
- the name
-
getDocString
Gets the doc string.- Gibt zurück:
- the doc string
-
getHelpContext
public int getHelpContext()Gets the help context.- Gibt zurück:
- the help context
-
getHelpFile
Gets the help file.- Gibt zurück:
- the help file
-