| Allegro CL version 7.0 This page is new in 7.0. | |||||||||
The class of all DDE ports for implementing a DDE server in Lisp.
An application does not instantiate this class directly. Instead, an instance is created internally if the Lisp application has called open-server and then some other program connects to the Lisp DDE server as a client.
It may be useful to create a subclass of server-port in order to specialize a dde-message method on the subclass.
The subclass name may be passed as the
server-port-class argument to open-server to establish it as the server-port class that
will be instantiated.
See dde.htm for information about DDE support.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. | |||||||||