All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

detach-simple-sink

Function
Summary

Detaches a previously-attached simple sink object.

Package

capi

Signature

detach-simple-sink sink pane

Arguments

sink

A class instance.

pane

An ole-control-pane.

Description

The function detach-simple-sink detaches a sink that was previously attached to the active component in the ole-control-pane pane by a call to attach-simple-sink.

sink is the value returned by attach-simple-sink when the sink was attached.

pane is an ole-control-pane which is the pane where the component is.

Attached sinks are automatically disconnected when the object is closed.

Notes

This function is implemented only in LispWorks for Windows. Load the functionality by (require "embed").

See also

attach-simple-sink
ole-control-pane


CAPI User Guide and Reference Manual (Unix version) - 3 Aug 2017

NextPrevUpTopContentsIndex