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
:
No comments:
Post a Comment