_Global.DDETerminate(Int32) 方法

定义

关闭指定的通向另一应用程序的 DDE(动态数据交换)通道。

public:
 void DDETerminate(int Channel);
public void DDETerminate (int Channel);
abstract member DDETerminate : int -> unit
Public Sub DDETerminate (Channel As Integer)

参数

Channel
Int32

必需 整数。 方法返回的 DDEInitiate(String, String) 通道号。

注解

动态数据交换 (DDE) 是一种比较陈旧的技术并且不是十分安全。 如果可能,请使用更安全的 DDE 替代方法。

适用于