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
 
 public class TypeComp extends Unknown Wrapper class for the ITypeComp interface.- Author:
- Tobias Wolf, wolf.tobias@gmx.net
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTypeComp.ByReference
 - 
Field Summary- 
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WinNT.HRESULTBind(WString szName, WinDef.ULONG lHashVal, WinDef.WORD wFlags, PointerByReference ppTInfo, OaIdl.DESCKIND.ByReference pDescKind, OaIdl.BINDPTR.ByReference pBindPtr)Bind.WinNT.HRESULTBindType(WString szName, WinDef.ULONG lHashVal, PointerByReference ppTInfo, PointerByReference ppTComp)Bind type.- 
Methods inherited from class com.sun.jna.platform.win32.COM.UnknownAddRef, QueryInterface, Release
 - 
Methods inherited from class com.sun.jna.platform.win32.COM.COMInvoker_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
TypeComppublic TypeComp() Instantiates a new i type comp.
 - 
TypeComppublic TypeComp(Pointer pvInstance) Instantiates a new i type comp.- Parameters:
- pvInstance- the pv instance
 
 
- 
 - 
Method Detail- 
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
 
 
- 
 
-