home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / ddeml / ddeml.rc < prev    next >
Encoding:
Text File  |  1990-06-22  |  2.5 KB  |  50 lines

  1. #include "ddemlp.h"
  2.  
  3. /* DMG DLL resource file */
  4.  
  5. STRINGTABLE FIXED
  6. BEGIN
  7.         DMGERR_POSTMSG_FAILED           ,"A call to WinDdePostMsg failed."
  8.         DMGERR_DLL_NOT_INITIALIZED      ,"A call was made the the DLL before it was initialized or while processing the callback function."
  9.         DMGERR_PMWIN_ERROR              ,"A Window Manager call failed."
  10.         DMGERR_NO_CONV_ESTABLISHED      ,"No conversation was established."
  11.         DMGERR_TIMEOUT                  ,"No response within a timeout."
  12.         DMGERR_REENTRANCY               ,"Reentrency error."
  13.         DMGERR_DLL_USAGE                ,"Incorrect DLL usage by multiple threads."
  14.         DMGERR_BAD_APP_NAME             ,"Bad application name passed in."
  15.         DMGERR_DOS_ERROR                ,"A DOS call failed."
  16.         DMGERR_SYSTOPIC_NOT_SUPPORTED   ,"No system topic support by this app."
  17.         DMGERR_INVALID_HDMGDATA         ,"Invalid hDmgData handle."
  18.         DMGERR_BUSY                     ,"Client request made while client or server was busy."
  19.         DMGERR_NOTPROCESSED             ,"Message not processed by receiver."
  20.         DMGERR_INVALIDPARAMETER         ,"Bad parameter to Ddeml call."
  21.         DMGERR_MEMORY_ERROR             ,"Memory Failure."
  22.         DMGERR_POKEACKTIMEOUT           ,"Poke Acknowledge not received in time."
  23.         DMGERR_EXECACKTIMEOUT           ,"Execute Acknowledge not received in time."
  24.         DMGERR_DATAACKTIMEOUT           ,"Data Acknowledge not received in time."
  25.         DMGERR_SERVER_DIED              ,"A Server window has been destroyed."
  26.         DMGERR_ADVACKTIMEOUT            ,"Advise Acknowledge not received in time."
  27.         DMGERR_UNADVACKTIMEOUT          ,"Unadvise Acknowledge not received in time."
  28.         DMGERR_ACCESS_DENIED            ,"Memory access denied."
  29.         DMGERR_UNFOUND_QUEUE_ID         ,"Queue ID not found."
  30.         DMGERR_NOT_IMPLEMENTED          ,"Not yet implemented."
  31. END
  32.  
  33.  
  34. STRINGTABLE FIXED
  35. BEGIN
  36.         WM_DDE_INITIATE                 ,"Initiate"
  37.         WM_DDE_REQUEST                  ,"Request"
  38.         WM_DDE_ACK                      ,"Ack"
  39.         WM_DDE_DATA                     ,"Data"
  40.         WM_DDE_ADVISE                   ,"Advise"
  41.         WM_DDE_UNADVISE                 ,"Unadvise"
  42.         WM_DDE_POKE                     ,"Poke"
  43.         WM_DDE_EXECUTE                  ,"Execute"
  44.         WM_DDE_TERMINATE                ,"Terminate"
  45.         WM_DDE_INITIATEACK              ,"InitiateACK"
  46. END
  47.  
  48.  
  49.  
  50.