Returns the com:i-dispatch
of the component of an ole-control-pane.
capi
ole-control-i-dispatch pane => result
pane⇩ |
An ole-control-pane. |
result |
A com:i-dispatch or nil . |
The function ole-control-i-dispatch
returns the com:i-dispatch
(that is, the IDispatch
interface) of the component within pane, or nil
if none exists. The com:i-dispatch
is the one that would be returned by com:query-interface on the com:i-ole-object
.
Calling ole-control-i-dispatch
does not affect the reference count of the interface.
This function is implemented only in LispWorks for Windows. Load the functionality by (require "embed")
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42