




Returns the 
com:i-dispatch
 of the component of an ole-control-pane.
The function ole-control-i-dispatch returns the 
com:i-dispatch
 (that is, the 
IDispatch
 interface) of the component, or 
nil
 if there isn't any. The 
com:i-dispatch
 is the one that would be returned by 
com:query-interface
 on the 
I-Ole-object
.
Note: calling 
ole-control-i-dispatch
 does not affect the reference count of the interface.
Note: this function is implemented only in LispWorks for Windows. Load the functionality by 
(require "embed")
.