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

dde-server-topic Generic Function

Summary

Called whenever a client attempts to connect to a server with a given topic.

Package

win32

Signature

dde-server-topic server topic-name => topic

Arguments
server
A server.
topic-name
A string.
Values
topic
A topic.
Description

The generic function dde-server-topic is called whenever a client attempts to make a connection to a server server. The argument topic-name is a string identifying a topic. If the server recognizes the topic, a method specializing on the server should return an instance of one of the server's topic classes. If the server does not recognize the topic, the method should return nil.

See also

dde-server-topics
dde-topic-items


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