Click to See Complete Forum and Search --> : Impossible question........hooking


Wolvorine
August 27th, 2004, 03:16 AM
what message should i use to detec the replacement of the new files inside the computer , by hooking system wide way....
Any ideas???

Mick
August 27th, 2004, 03:38 AM
ReadDirectoryChangesW(...)
FindFirstChangeNotification(...)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/readdirectorychangesw.asp

The best solution would be to write a FS Filter Driver or to use Change Journals.