All Manuals > LispWorks User Guide and Reference Manual

NextPrevTopContentsIndex

44 The DDE server interface

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

The WIN32 package also includes functions for accessing miscellaneous Microsoft Windows functionality, the registry API, and the DDE client 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 or Mac OS X platforms.

dde-server-poke

dde-server-request

dde-server-topic

dde-server-topics

dde-system-topic

dde-topic

dde-topic-items

define-dde-dispatch-topic

define-dde-server

define-dde-server-function

start-dde-server


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevTopContentsIndex