External Interfaces/API Reference | ![]() ![]() |
Terminate DDE conversation between MATLAB and server application
Syntax
rc = ddeterm(channel)
Arguments
rc
The return code: 0 indicates the function call failed, 1 indicates it succeeded.
channel
ddeinit
.
Description
ddeterm
takes one argument, the channel handle returned by the previous call to ddeinit that established the DDE conversation.
Example
% Terminate the DDE conversation. rc = ddeterm(channel);
![]() | ddereq | ddeunadv | ![]() |