| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |