 |
DragAcceptFiles ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Registers whether a window accepts dropped files. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
VOID DragAcceptFiles(
HWND hWnd,
BOOL fAccept
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE DragAcceptFiles IN Shell32;
INTEGER hWnd,;
INTEGER fAccept
|
 |
 |
 |
| Parameters: |
 |
hWnd
Identifier of the window that is registering whether it will accept dropped files.
fAccept
Value that indicates if the window identified by the hWnd parameter accepts dropped files. |
 |
 |
| Return value: |
 |
No return value.
|
 |
 |
| My comment: |
 |
| 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. |
 |
 |
| Word Index links for the DragAcceptFiles : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-08-10 10:06:27 | | Modified: | 2002-08-10 10:08:31 | Visited in last 7 days: 18 |