Expand Minimize
1 out of 2 rated this helpful - Rate this topic

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)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.