IDispatchProxyObjectpublic interface IUnknown
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
queryInterface(java.lang.Class<T> comInterface) |
Returns a proxy object for the given interface.
|
<T> T queryInterface(java.lang.Class<T> comInterface)
throws COMException
Will throw COMException if an error occurs trying to retrieve the requested interface, see exception cause for details.
COMException