ddeconnect (user32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr DdeConnect(uint idInst, IntPtr hszService,
   IntPtr hszTopic, IntPtr pCC);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

IntPtr handle = DdeConnect(instanceId, serviceHandle, topicHandle, IntPtr.Zero);

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DdeConnect on MSDN