WM_DROPFILESWM_DROPFILES*
*Contents  *Index  *Topic Contents
*Previous Topic: WM_CPL_LAUNCHED
*Next Topic: WM_HELP

WM_DROPFILES

Sent when the user drops a file on the window of an application that has registered itself as a recipient of dropped files.

Syntax

WM_DROPFILES 
    hDrop = (HANDLE) wParam; 

Return Values

An application should return zero if it processes this message.

Parameters

hDrop
Handle to an internal structure describing the dropped files. This handle is used by the DragFinish, DragQueryFile, and DragQueryPoint functions to retrieve information about the dropped files.

See Also

DragAcceptFiles


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.