public class IUnknown extends CPPObject
Constructor and Description |
---|
IUnknown() |
Modifier and Type | Method and Description |
---|---|
int |
AddRef() |
<I extends IUnknown> |
QueryInterface(Class<I> type) |
int |
QueryInterface(Pointer<Byte> riid,
Pointer<Pointer<IUnknown>> ppvObject)
Deprecated.
|
int |
Release() |
static IUnknown |
wrap(Object object) |
offsetOfField, toString
clone, equals
public IUnknown()
@Deprecated public int QueryInterface(Pointer<Byte> riid, Pointer<Pointer<IUnknown>> ppvObject)
public <I extends IUnknown> I QueryInterface(Class<I> type)
public int AddRef()
public int Release()
Copyright © 2009-2020. All Rights Reserved.