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.
Tags: API, File, hook, How-toPermalink: Code Library - How to hook the file related event
Subcribe the update with Google Reader.
RSS feed for comments on this post · TrackBack URI
Leave a reply