Interface IUnknown
- 
- All Known Subinterfaces:
- IDispatch
 - All Known Implementing Classes:
- ProxyObject
 
 public interface IUnknownJava friendly version of the IUnknown interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TqueryInterface(java.lang.Class<T> comInterface)Returns a proxy object for the given interface.
 
- 
- 
- 
Method Detail- 
queryInterface<T> T queryInterface(java.lang.Class<T> comInterface) throws COMExceptionReturns a proxy object for the given interface. Assuming that the interface is annotated with a ComInterface annotation that provides a valid iid.Will throw COMException if an error occurs trying to retrieve the requested interface, see exception cause for details. - Throws:
- COMException
 
 
- 
 
-