Package com.sun.jna.platform.win32.COM
Class 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
- All Implemented Interfaces:
- NativeMapped,- IUnknown
- Direct Known Subclasses:
- TypeComp.ByReference
Wrapper class for the ITypeComp interface.
- Author:
- Tobias Wolf, wolf.tobias@gmx.net
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionBind(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.Methods inherited from class com.sun.jna.platform.win32.COM.UnknownAddRef, QueryInterface, ReleaseMethods inherited from class com.sun.jna.platform.win32.COM.COMInvoker_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
TypeComppublic TypeComp()Instantiates a new i type comp.
- 
TypeCompInstantiates a new i type comp.- Parameters:
- pvInstance- the pv instance
 
 
- 
- 
Method Details- 
Bindpublic WinNT.HRESULT Bind(WString szName, WinDef.ULONG lHashVal, WinDef.WORD wFlags, PointerByReference ppTInfo, OaIdl.DESCKIND.ByReference pDescKind, OaIdl.BINDPTR.ByReference pBindPtr) Bind.- Parameters:
- szName- the sz name
- lHashVal- the l hash val
- wFlags- the w flags
- ppTInfo- the pp t info
- pDescKind- the desc kind
- pBindPtr- the bind ptr
- Returns:
- the hresult
 
- 
BindTypepublic WinNT.HRESULT BindType(WString szName, WinDef.ULONG lHashVal, PointerByReference ppTInfo, PointerByReference ppTComp) Bind type.- Parameters:
- szName- the sz name
- lHashVal- the l hash val
- ppTInfo- the pp t info
- ppTComp- the pp t comp
- Returns:
- the hresult
 
 
-