public interface IUnknown
Modifier and Type | Method and 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