| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: dde-port
Returns the symbol that serves as the name of a DDE client-port. The name may be useful for identifying the port programmatically, or recognizing it when the object is printed or when it is mentioned in a DDE message.
The name may be set either by passing the :name
initarg when calling make-instance to create a client-port,
or later by calling (setf port-name). Otherwise a gensymed name is used.
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 |