NextPrevUpTopContentsIndex

disconnect-standard-sink

Function
Summary

Releases a standard sink object, stopping the events.

Package

com

Signature

disconnect-standard-sink sink => result

Arguments

sink

A standard sink object.

Values

result

t or nil .

Description

The function disconnect-standard-sink releases a standard sink object. This is one of the objects in the list returned by set-i-dispatch-event-handler which represents a connection it made.

disconnect-standard-sink stops the events that pass through sink .

result is t if the sink was released .

See also

create-instance-with-events
set-i-dispatch-event-handler


LispWorks COM/Automation User Guide and Reference Manual - 21 Feb 2008

NextPrevUpTopContentsIndex