public class IUnknown
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | address | 
| Constructor and Description | 
|---|
| IUnknown(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | AddRef() | 
| int | getAddress() | 
| int | QueryInterface(GUID riid,
              int[] ppvObject) | 
| int | Release() | 
public int AddRef()
public int getAddress()
public int QueryInterface(GUID riid, int[] ppvObject)
public int Release()