Invalidating all open file handles
-
Hi, I want to know how to invalidate (close) all open file handles for a particular drive, opened by any process. How can I do it? I had read about this in MSDN or on internet few months ago, but don't remember how to do it. Please help me out.
-
Hi, I want to know how to invalidate (close) all open file handles for a particular drive, opened by any process. How can I do it? I had read about this in MSDN or on internet few months ago, but don't remember how to do it. Please help me out.
There is an application called 'TaskManager Extension' which is opensource article downloadable from CodeProject. You may like to check out this since it is able to find all the handles of the process. It is most likely that you would be able to implement the same trick in your application also.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips