_Application.DDEInitiate(String, String) 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.
Opens a DDE channel to an application.
public:
int DDEInitiate(System::String ^ App, System::String ^ Topic);
public int DDEInitiate (string App, string Topic);
Public Function DDEInitiate (App As String, Topic As String) As Integer
Parameters
- App
- String
Required String. The application name.
- Topic
- String
Required String. Describes something in the application to which you're opening a channel — usually a document of that application.
Returns
Remarks
If successful, the DDEInitiate method returns the number of the open channel. All subsequent DDE functions use this number to specify the channel.