Free Source Code and Program Tips
How to hook the file related event
How to hook the file related event?
It depends on what you need to do when such an event takes places. If what you just want to be notified, FindFirstChangeNotification and ReadDirectoryChanges are enough.
If you need to intercept adn affect the operation somehow, I have heard it can be done with a kenerl-level driver(Filesystem Driver), but I have no experience about it.
| Print article | This entry was posted by support on June 22, 2007 at 11:29 am, and is filed under General. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |