_Application.DDETerminate(Int32) Method

Definition

Closes the specified dynamic data exchange (DDE) channel to another application.

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

Parameters

Channel
Int32

Required Integer. The channel number returned by the DDEInitiate(String, String) method.

Remarks

Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE.

Applies to