|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
ENDROPFILES
The
ENDDROPFILES structure contains information associated with an
EN_DROPFILES notification message. A rich edit control sends this notification message
when it receives a
WM_DROPFILES message.
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
DragFinish,
DragQueryFile,
DragQueryPoint,
EN_DROPFILES,
WM_DROPFILES
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database