Removes a link from an automatically managed conversation specified by a given item and key.
A string or symbol.
A string or symbol.
A string or symbol.
An object.
A clipboard format specifier.
A boolean.
A boolean.
The function dde-advise-stop*
is similar to the function dde-advise-stop, and removes a particular link from a conversation specified by the service/topic pair indicated by item, format and key. If key is the last key for the item/format pair, the advise loop for the pair is terminated.
See Advise loops for information about DDE advise loops.
If disconnectp is t
(the default value), and the last advise loop for the conversation is terminated, the conversation is disconnected.
If this function succeeds, it returns t
. If it fails, the behavior depends on the value of errorp. If errorp is t
(the default value), LispWorks signals an error. If errorp is nil
, the function returns nil
to indicate failure.
LispWorks User Guide and Reference Manual - 20 Sep 2017