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

client-port

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-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