All Manuals > LispWorks User Guide and Reference Manual

NextPrevTopContentsIndex

52 The DDE client interface

This chapter describes the Dynamic Data Exchange (DDE) client interface which is available in the WIN32 package. You should use this chapter in conjunction with Dynamic Data Exchange.

The WIN32 package also includes Miscellaneous WIN32 symbols, The Windows registry API and The DDE server interface. These are documented in separate chapters in this manual.

Note: the WIN32 package is not a supported implementation of the Win32 API. You should not use symbols in the WIN32 package unless they are documented in this manual. Instead, define your own interfaces to Windows functions as you need - see the LispWorks Foreign Language Interface User Guide and Reference Manual for details.

Note: this chapter applies only to LispWorks for Windows, and not the UNIX, Linux, x86/x64 Solaris, FreeBSD, AIX or Mac OS X platforms.

dde-advise-start

dde-advise-start*

dde-advise-stop

dde-advise-stop*

dde-client-advise-data

dde-connect

dde-disconnect

dde-execute

dde-execute*

dde-execute-command

dde-execute-command*

dde-execute-string

dde-execute-string*

dde-item

dde-item*

dde-poke

dde-poke*

dde-request

dde-request*

define-dde-client

with-dde-conversation


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevTopContentsIndex