Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
This page is new in 6.2

service-topics

Arguments: dde-info

Returns the list of DDE service topics that the DDE server running in the process associated with dde-info (if any) claims that it will respond to, or retruns nil if open-server has never been called in that process. This list is determined by the value of the topics argument to the most recent call to open-server; this argument defaults to the value of *service-topics*. If the list is empty, the server will accept any topic; otherwise it will accept only the topics in the list, and will cause any DDE client program that attempt to connect with some other topic to fail to connect.

If an application adds topics to the default service topics, it should write answer-request, execute-command, and/or receive-value methods as appropriate that handle each of the custom supported topics when they are passed as the value of the topic argument of those generic functions. (There are built-in methods to handle the default service topics; see *service-topics*.)

Call dde-info to retrieve the dde-info object associate with a particular project.

To change the service-process for a Lisp DDE server process, call close-server and then call open-server with a new topics argument.

See cg-dde.htm for information about DDE support in Common Graphics.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page is new in the 6.2 release.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
This page is new in 6.2