Sack Library Documentation
|
void WinShell_AcceptDroppedFiles(PRENDERER renderer, dropped_file_acceptor f, PTRSZVAL psvUser); void (* WinShell_AcceptDroppedFiles)(PRENDERER renderer, dropped_file_acceptor f, PTRSZVAL psvUser);
Parameters |
Description |
PRENDERER renderer |
display to handle dropped files for |
dropped_file_acceptor f |
callback to acceptor |
PTRSZVAL psvUser |
user data passed to acceptor when it is invoked |
Adds a callback to call when a file is dropped. Each callback can return 0 that it did not accept the file, or 1 that it did. once the file is accepted by a handler, it is not passed to any other handlers.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|