ClassPackage: ddeToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Moderately revised from 6.2.

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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 6.2 page.
Created 2005.9.20.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Moderately revised from 6.2.