|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.PointerType
com.sun.jna.platform.win32.COM.IUnknown
public class IUnknown
Wrapper class for the ITypeInfo interface Method Name V-Table Offset IUnknown.QueryInterface 0 IUnknown.AddRef 4 IUnknown.Release 8
Nested Class Summary | |
---|---|
static class |
IUnknown.ByReference
The Class ByReference. |
Field Summary | |
---|---|
static Guid.IID |
IID_IDispatch
The Constant IID_IDispatch. |
Constructor Summary | |
---|---|
IUnknown()
Instantiates a new i unknown. |
|
IUnknown(Pointer pvInstance)
Instantiates a new i unknown. |
Method Summary | |
---|---|
int |
AddRef()
Adds the ref. |
WinNT.HRESULT |
QueryInterface(Guid.IID riid,
PointerByReference ppvObject)
Query interface. |
int |
Release()
Release. |
Methods inherited from class com.sun.jna.PointerType |
---|
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Guid.IID IID_IDispatch
Constructor Detail |
---|
public IUnknown()
public IUnknown(Pointer pvInstance)
pvInstance
- the pv instanceMethod Detail |
---|
public WinNT.HRESULT QueryInterface(Guid.IID riid, PointerByReference ppvObject)
riid
- the riidppvObject
- the ppv object
public int AddRef()
public int Release()
|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |