Personal Communications DDE Data Items in a 16-Bit Environment
Microsoft Windows DDE uses a three-level naming scheme to identify data items: application, topic, and item. Naming Scheme for Data Items describes these levels.
| Level | Description | Example |
|---|---|---|
| Application | A Windows task or a particular task of an application. In this book, the application is Personal Communications. | IBM3270 IBM5250 |
| Topic | A specific part of an application. | SessionA |
| Item | A data object that can be passed in a data exchange. An item is an application-defined data item that conforms to one of the Windows clipboard formats or to a private, application-defined, clipboard format. For more information regarding Windows clipboard formats, refer to Microsoft Windows Software Development Kit Guide to Programming. | PS (presentation space) |
Personal Communications supports supports IBM3270 IBM5250 as Windows DDE server.
You can use the following topics:
- System
- SessionA, SessionB, …, SessionZ
- LUA_xxxx, LUB_xxxx, …, LUZ_xxxx
In DDE, atoms identify application names, topic names, and data items. Atoms represent a character string that is reduced to a unique integer value. The character string is added to an atom table, which can be referred to for the value of the string associated with an atom. Atoms are created with the GlobalAddAtom function call. Refer to Microsoft Windows Software Development Kit Guide to Programming for more information about how to create and use atoms.