|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| shell32.lib
| Header File
| shellapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
DragAcceptFiles
The
DragAcceptFiles function registers whether a window accepts dropped files.
VOID DragAcceptFiles(
HWND hWnd,
| // handle to the registering window
|
BOOL fAccept
| // acceptance option
|
);
|
|
Parameters
hWnd
Identifies the window registering whether it accepts dropped files.
fAccept
Specifies whether the window identified by the
hWnd parameter accepts dropped files. This value is TRUE to accept dropped files;
it is FALSE to discontinue accepting dropped files.
Return Values
This function does not return a value.
Remarks
An application that calls
DragAcceptFiles with the
fAccept parameter set to TRUE has identified itself as able to process the
WM_DROPFILES message from File Manager.
See Also
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