Contents Index Topic Contents | ||
Previous Topic: DragAcceptFiles Next Topic: DragQueryFile |
DragFinish
Releases memory that the system allocated for use in transferring file names to the application.
Syntax
VOID DragFinish( HDROP hDrop );Parameters
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.