Interface IRawDispatchHandle
- 
- All Known Subinterfaces:
- IConnectionPointContainer
 - All Known Implementing Classes:
- ProxyObject
 
 public interface IRawDispatchHandleIF you want to access the underlying raw (com.sun.jna.platform.win32.COM.IDispatch) object then have your @ComObject or @ComInterface interface extends this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IDispatchgetRawDispatch()
 
- 
- 
- 
Method Detail- 
getRawDispatchIDispatch getRawDispatch() 
 
- 
 
-