Friday, July 31, 2009

ddeterm

Terminate DDE conversation

Syntax

  • rc = ddeterm(channel)

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:

  • rc = ddeterm(channel)

    rc =
    1.00

No comments:

Post a Comment