CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Location
    Pakistan
    Posts
    260

    Impossible question........hooking

    what message should i use to detec the replacement of the new files inside the computer , by hooking system wide way....
    Any ideas???

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537

    Re: Impossible question........hooking

    ReadDirectoryChangesW(...)
    FindFirstChangeNotification(...)

    http://msdn.microsoft.com/library/de...rychangesw.asp

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured