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

NextPrevUpTopContentsIndex

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.

Values

None.

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.

See Advise loops for information about DDE advise loops.

See also

dde-advise-start
dde-advise-stop


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex