About DDE
DDE is the acronym for Dynamic Data Exchange, a communications protocol that allows independently developed Microsoft Windows 2000 SP2 programs to share data and instructions with each other.
DDE implements a
Requests for data can be of two types:
Permanent data links are called hot links. When a client application sets up a hot link to another application, it requests the server application to advise the client whenever a specific item’s data value changes. Hot links remain active until either the client or server program terminates the link. Hot links are an efficient means of exchanging data because, once the link has been established, no communication occurs until the specified data value changes.
The DDE protocol specification includes standardized formats for messages to be exchanged between
About NetDDE
NetDDE for Windows 2000 SP2 is an extension to DDE. With NetDDE, client applications do not have to be running on the same PC as the DDE Server; a client application on one PC may request data from a DDE Server operating on another PC. Its capabilities include communication over
Two or more networked
2 • Chapter One - Introduction | DDE Server User’s Guide |