All Manuals > COM/Automation User Guide and Reference Manual > 4 Automation Reference Entries

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


COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:41