dodragdrop (ole32)
Last changed: -121.151.15.164

.
Summary

C# Signature:

[DllImport("ole32.dll")]
static extern int DoDragDrop(IDataObject pDataObject, IDropSource pDropSource,
   int dwOKEffect, int[] pdwEffect);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Call `OleInitialize` first, otherwise it has no effect.

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DoDragDrop on MSDN