rc = ddeterm(channel)
rcThe return code: 0 indicates the function call failed, 1 indicates it succeeded.
channelddeinit.
ddeterm takes one argument, the channel handle returned by the previous call to ddeinit that established the DDE conversation.
% Terminate the DDE conversation
rc = ddeterm(channel);
ddeexec,ddeinit,ddepoke,ddereq,ddeunadv,ddeadv
(c) Copyright 1994 by The MathWorks, Inc.