All Manuals > LispWorks® User Guide and Reference Manual > 51 The DDE server interface

dde-server-request Generic Function

Summary

Called when a request transaction is received.

Package

win32

Signature

dde-server-request server topic item &key format &allow-other-keys => data

Arguments
server
A server object.
topic
A topic object.
item
A string.
format
A keyword.
Values
data
The returned data.
Description

The generic function dde-server-request is called in response to a request transaction. A method specializing on the classes of server and topic should return the data in item.

The expected format of the data is given by format, which defaults to :text. The set of supported formats may be extended in future releases, so applications should always check the value of the format parameter and reject transactions which use formats not supported by the application.

If the request fails, nil should be returned.

See also

dde-poke
dde-request
dde-server-poke


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