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 22 Dynamic Data Exchange.
The WIN32
package also includes 48 Miscellaneous WIN32 symbols, 49 The Windows registry API and 50 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 Foreign Language Interface User Guide and Reference Manual for details.
Note: this chapter applies only to LispWorks for Windows.
To use the DDE server interface, you need to require the module by:
(require "dde")
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:55