public class Unknown extends COMInvoker implements IUnknown
Modifier and Type | Class and Description |
---|---|
static class |
Unknown.ByReference |
IID_IUNKNOWN
Constructor and Description |
---|
Unknown() |
Unknown(Pointer pvInstance)
Instantiates a new i unknown.
|
Modifier and Type | Method and Description |
---|---|
int |
AddRef() |
WinNT.HRESULT |
QueryInterface(Guid.IID riid,
PointerByReference ppvObject)
Query interface.
|
int |
Release() |
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
public Unknown()
public Unknown(Pointer pvInstance)
pvInstance
- the pv instancepublic WinNT.HRESULT QueryInterface(Guid.IID riid, PointerByReference ppvObject)
QueryInterface
in interface IUnknown
riid
- the riidppvObject
- the ppv object