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

NextPrevUpTopContentsIndex

detach-sink

Function
Summary

Detaches a previously-attached sink.

Package

capi

Signature

detach-sink sink pane interface-name

Arguments

sink

A class instance.

pane

An ole-control-pane.

interface-name

A refguid or the symbol :default.

Description

The function detach-sink detaches a sink which was previously attached to the active component in the ole-control-pane pane .

sink is an instance of a class that implements the interface interface-name .

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

interface-name is either a string naming a source interface that the component in pane supports or :default to disconnect from the default source interface.

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
attach-sink
ole-control-pane


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

NextPrevUpTopContentsIndex