Called when data changes in an advise loop.
win32
dde-client-advise-data key item data &key &allow-other-keys
key⇩ |
An object. |
item⇩ |
A string or symbol. |
data⇩ |
A string. |
The generic function dde-client-advise-data
is the default function called when an advise loop informs a client that the data monitored by the loop has changed. By default it does nothing, but it may be specialized on the object used as the key in dde-advise-start or dde-advise-start*, or on a client conversation class if the default key is used.
item specifies the item that has changed to data.
See 22.2.3 Advise loops for information about DDE advise loops.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:09