MATLAB Application Program Interface Reference Help Desk

ddeterm

Purpose

Terminate DDE conversation between MATLAB and server application

Syntax

Arguments

rc

The return code: 0 indicates the function call failed, 1 indicates it succeeded.

channel

The channel assigned to the conversation, returned by ddeinit.

Description

ddeterm takes one argument, the channel handle returned by the previous call to ddeinit that established the DDE conversation.

Example



[ Previous | Help Desk | Next ]