dragfinish (shell32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("shell32.dll")]
static extern void DragFinish(IntPtr hDrop);

VB.NET Signature:

Declare Sub DragFinish Lib "shell32.dll" ( _
    ByVal hDrop As Long)

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DragFinish on MSDN