DragFinish function shell32
Releases memory that the system allocated for use in transferring file names to the application.
To learn more, see learn.microsoft.com/windows/win32/api/shellapi/nf-shellapi-dragfinish.
Implementation
@pragma('vm:prefer-inline')
void DragFinish(HDROP hDrop) => _DragFinish(hDrop);