| MATLAB Function Reference | Search  Help Desk |
| ddeterm | Examples See Also |
rc = ddeterm(channel)
rc = ddeterm(channel)
accepts a channel handle returned by a previous call to ddeinit that established the DDE conversation. ddeterm terminates this conversation. rc is a return code where 0 indicates failure and 1 indicates success.
To close a conversation channel previously opened with ddeinit:
rc = ddeterm(channel) rc = 1.00
ddeadv Set up advisory link
ddeexec Send string for execution
ddeinit Initiate DDE conversation
ddepoke Send data to application
ddereq Request data from application
ddeunadv Release advisory link