public class IUnknown extends Object
Constructor and Description |
---|
IUnknown(long address) |
Modifier and Type | Method and Description |
---|---|
int |
AddRef() |
long |
getAddress() |
int |
QueryInterface(GUID riid,
long[] ppvObject) |
int |
Release() |
public int AddRef()
public long getAddress()
public int QueryInterface(GUID riid, long[] ppvObject)
public int Release()
Copyright © 2017. All Rights Reserved.