MATLAB Function Reference
  Go to function:
    Search    Help Desk 
ddeterm    Examples   See Also

Terminate DDE conversation

Syntax

Description

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.

Examples

To close a conversation channel previously opened with ddeinit:

See Also

ddeadv, ddeexec, ddeinit, ddepoke, ddereq, ddeunadv



[ Previous | Help Desk | Next ]