_Application.DDETerminate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes a channel to another application.
public:
void DDETerminate(int Channel);
public void DDETerminate (int Channel);
Public Sub DDETerminate (Channel As Integer)
Parameters
- Channel
- Int32
Required Integer. The channel number returned by the DDEInitiate(String, String) method.