public interface IUnknown extends IResource
Modifier and Type | Field and Description |
---|---|
static UUID |
IID_IAccessible |
static UUID |
IID_IHTMLElement |
static UUID |
IID_IOleContainer |
static UUID |
IID_IServiceProvider |
static UUID |
IID_IWebBrowser2 |
Modifier and Type | Method and Description |
---|---|
void |
addRef(long ptr) |
int |
getTotalRefCount() |
IUnknown |
newIUnknown(long ptr)
It will be called from native code
|
IUnknown |
queryInterface(UUID iid) |
void |
release()
call
ResourceManager.removeResource(IResource) with this |
addResource, findInResource, getPtr, getResourceManager, isPermanent
static final UUID IID_IOleContainer
static final UUID IID_IWebBrowser2
static final UUID IID_IServiceProvider
static final UUID IID_IHTMLElement
static final UUID IID_IAccessible
void addRef(long ptr)
void release()
IResource
ResourceManager.removeResource(IResource)
with thisIUnknown newIUnknown(long ptr)
int getTotalRefCount()