home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_11 / 8n11048a < prev    next >
Text File  |  1990-09-19  |  1KB  |  31 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          WM_DDE_INITIATE               Request a conversation.
  8.          WM_DDE_INITIATEACK            Send by server to acknowledge
  9.                                        the initiate request.
  10.          WM_DDE_TERMINATE              Terminates a conversation.
  11.          WM_DDE_ACK                    Acknowledges receipt of request
  12.                                        other than initiate.
  13.          WM_DDE_REQUEST                Request information from
  14.                                        server.
  15.          WM_DDE_DATA                   Returns data to the client.
  16.          WM_DDE_ADVISE                 Establish hot link to server.
  17.          WM_DDE_UNADVISE               Terminate server hot link.
  18.          WM_DDE_POKE                   Requests application to accept
  19.                                        unsolicited data item.
  20.          WM_DDE_EXECUTE                Sends a command string to a
  21.                                        server to be executed.
  22.  
  23.  
  24.  
  25.  
  26.          WinDdeInitiate                Initiate a DDE conversation.
  27.          WinDdePost                    Post a DDE message to a window.
  28.          WinDdeRespond                 Sends an acknowledge message.
  29.  
  30.  
  31.