Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2006 Sep : ShChangeNotify
| Subject: | ShChangeNotify |
| Posted by: | "hert" (bon..@hotmail.com) |
| Date: | Thu, 21 Sep 2006 16:19:37 |
Hi all,
I'd like to catch the file system messages and I've registered my own
handler (mainly based on sample code, so I'm not 100% sure of what I'm
doing).
Everything works fine, except, when multiple files are dragged in Windows
Explorer to a different folder, then only one event is triggered:
SHCNE_UPDATEDIR. I guess there must be a table behing it that contains the
references to the files and maybe even the operation applied. However,
1. is there a pidl table?
2. how do I access it?
Thanks in advance
Hert