The class
ole-control-pane-simple-sink
is used by the function attach-simple-sink to implement a sink interface for an embedded component on Microsoft Windows.
ole-control-pane is the object of type ole-control-pane to whose source interface the sink is being attached.
This class can be subclassed to provide additional functionality in callbacks. See com:simple-i-dispatch in the LispWorks COM/Automation User Guide and Reference Manual for more details.
Note:
ole-control-pane-simple-sink
is implemented only in LispWorks for Windows. Load the functionality by
(require "embed")
.