ENDROPFILES
The ENDDROPFILES
structure contains information associated with an EN_DROPFILES
typedef struct _endropfiles {
NMHDR
nmhdr;
HANDLE
hDrop;
LONG cp;
BOOL
fProtected;
} ENDROPFILES;
Members
nmhdr
Notification
header.
hDrop
Handle to the
dropped files list (same as with WM_DROPFILES). This handle is used with the DragFinish,
DragQueryFile, and DragQueryPoint functions.
cp
Character
position at which the dropped files would be inserted.
fProtected
Boolean value
specifying whether the specified character position is protected (TRUE) or not
protected (FALSE).
See Also