DragFinish function

Releases memory that the system allocated for use in transferring file names to the application.

Syntax


VOID DragFinish(
   HDROP hDrop
);

Parameters

hDrop

Type: HDROP

Identifier of the structure that describes dropped files. This handle is retrieved from the wParam parameter of the WM_DROPFILES message.

Return value

No return value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shellapi.h

Library

Shell32.lib

DLL

Shell32.dll (version 4.0 or later)

 

 

Show: