| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The class of all DDE ports for implementing a DDE client in lisp.
You can create a client-port by calling make-instance on the client-port
class, and then open
it by calling open-port on the client-port
instance.
It may be useful to create and use a subclass of the client-port
class in order to
specialize a dde-message
method on that subclass.
See dde.htm for information about DDE support.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |