home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / ipc / ddeml / readme.txt < prev   
Text File  |  1996-01-17  |  893b  |  29 lines

  1. Dynamic Data Exchange Manager Library (DDEML)
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. CLIENT, CLOCK, DDEINST, DDEMO, DDEPROG, and SERVER are parts of the DDEML 
  8. sample application suite.
  9.  
  10. MORE INFORMATION
  11. ================
  12.  
  13. CLIENT.EXE demonstrates how a client uses the DDEML library.
  14.  
  15. CLOCK.EXE uses Request or Advise transactions to get the time or the Poke 
  16. transaction to change the time.
  17.  
  18. DDEMO.EXE demonstrates how to use lists of conversations, how to handle 
  19. links, how to handle simple asynchronous transactions, and how to use your 
  20. own custom formats.
  21.  
  22. INSTALL.EXE uses DDEML to add groups and items to the Program Manager.
  23.  
  24. PHTEST.EXE uses PROGHELP.DLL, a simple DDEML service DLL.
  25.  
  26. SERVER.EXE demonstrates how a DDE server can use enumerable topics and items 
  27. to take advantage of application-owned data handles. The server supports 
  28. full system topic information and help.
  29.