ClassPackage: ddeToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

server-port

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version