DragFinish function shell32

void DragFinish(
  1. HDROP hDrop
)

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);