Package com.sun.jna.platform.win32.COM
Klasse TypeComp
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.Unknown
com.sun.jna.platform.win32.COM.TypeComp
- Alle implementierten Schnittstellen:
NativeMapped
,IUnknown
- Bekannte direkte Unterklassen:
TypeComp.ByReference
Wrapper class for the ITypeComp interface.
- Autor:
- Tobias Wolf, wolf.tobias@gmx.net
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungBind
(WString szName, WinDef.ULONG lHashVal, WinDef.WORD wFlags, PointerByReference ppTInfo, OaIdl.DESCKIND.ByReference pDescKind, OaIdl.BINDPTR.ByReference pBindPtr) Bind.BindType
(WString szName, WinDef.ULONG lHashVal, PointerByReference ppTInfo, PointerByReference ppTComp) Bind type.Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, Release
Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Konstruktordetails
-
TypeComp
public TypeComp()Instantiates a new i type comp. -
TypeComp
Instantiates a new i type comp.- Parameter:
pvInstance
- the pv instance
-
-
Methodendetails
-
Bind
public WinNT.HRESULT Bind(WString szName, WinDef.ULONG lHashVal, WinDef.WORD wFlags, PointerByReference ppTInfo, OaIdl.DESCKIND.ByReference pDescKind, OaIdl.BINDPTR.ByReference pBindPtr) Bind.- Parameter:
szName
- the sz namelHashVal
- the l hash valwFlags
- the w flagsppTInfo
- the pp t infopDescKind
- the desc kindpBindPtr
- the bind ptr- Gibt zurück:
- the hresult
-
BindType
public WinNT.HRESULT BindType(WString szName, WinDef.ULONG lHashVal, PointerByReference ppTInfo, PointerByReference ppTComp) Bind type.- Parameter:
szName
- the sz namelHashVal
- the l hash valppTInfo
- the pp t infoppTComp
- the pp t comp- Gibt zurück:
- the hresult
-