The WM_DROPFILES message is sent when the user releases the left mouse button over the window of an application that has registered itself as a recipient of dropped files.
wParam
Contains a handle to an internal data structure describing the dropped files.
lParam
This parameter is not used.
An application should return zero if it processes this message.