Package com.sun.jna.platform.win32.COM
Class Unknown
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.Unknown
- All Implemented Interfaces:
NativeMapped
,IUnknown
- Direct Known Subclasses:
ConnectionPoint
,ConnectionPointContainer
,Dispatch
,EnumMoniker
,EnumVariant
,Moniker
,RecordInfo
,RunningObjectTable
,TypeComp
,TypeInfo
,TypeLib
,Unknown.ByReference
,Wbemcli.IEnumWbemClassObject
,Wbemcli.IWbemClassObject
,Wbemcli.IWbemContext
,Wbemcli.IWbemLocator
,Wbemcli.IWbemQualifierSet
,Wbemcli.IWbemServices
Wrapper class for the ITypeInfo interface
Method Name V-Table Offset IUnknown.QueryInterface 0 IUnknown.AddRef 4
IUnknown.Release 8
- Author:
- Tobias Wolf, [email protected]
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
AddRef()
QueryInterface
(Guid.REFIID riid, PointerByReference ppvObject) Query interface.int
Release()
Methods inherited from class com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
Unknown
public Unknown() -
Unknown
Instantiates a new i unknown.- Parameters:
pvInstance
- the pv instance
-
-
Method Details
-
QueryInterface
Query interface.- Specified by:
QueryInterface
in interfaceIUnknown
- Parameters:
riid
- the riidppvObject
- the ppv object- Returns:
- the hresult
-
AddRef
public int AddRef() -
Release
public int Release()
-