Previous topic

12. Overview db Interface

Next topic

14. Overview Diagram Documents

This Page

13. Overview DDEΒΆ

  UniPlot as a Client
DdeInitiate DdeInitiate initiates a DDE conversation between UniPlot and another application.
DdeExecute DdeExecute executes a server makro.
DdePoke DdePoke sends data to a server.
DdeRequest DdeRequest retrieves data from a server.
DdeTerminate DdeTerminate terminates a DDE conversation.
DdeTerminateAll DdeTerminateAll closes all open DDE channels.
  UniPlot as a Server
DdeCallback_Connect DdeCallback_Connect is called when a client wants to open a channel to UniScript.
DdeCallback_ConnectConfirm DdeCallback_ConnectConfirm is called after the DdeCallback_Connect function is called.
DdeCallback_Execute DdeCallback_Execute is called by the client, when a command in UniScript should be performed.
DdeCallback_Poke DdeCallback_Poke is called by the client to send data to UniPlot.
DdeCallback_Request DdeCallback_Request is called by the client to request data from UniPlot.
DdeCallback_Disconnect DdeCallback_Disconnect is called when the client closes the conversation.

id-1535155