NextPrevUpTopContentsIndex

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 the 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 Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex