All Manuals > LispWorks® User Guide and Reference Manual > 50 The DDE client interface

dde-client-advise-data Generic Function

Summary

Called when data changes in an advise loop.

Package

win32

Signature

dde-client-advise-data key item data &key &allow-other-keys

Arguments
key
An object.
item
A string or symbol.
data
A string.
Description

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.

See also

dde-advise-start
dde-advise-stop


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:09