Click to See Complete Forum and Search --> : Process accessing a file


ajaywinds
February 24th, 2006, 07:33 AM
Hi,

I want to list the processess in my machine which accessing a particular file in my machine.

If any idea pls help.

jayender.vs
February 24th, 2006, 10:47 PM
Hi,
I want to list the processess in my machine which accessing a particular file in my machine.
If any idea pls help.look at the ::EnumProcesses(..) api .
// Edit check this: How To Enumerate Applications Using Win32 APIs (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q175/0/30.ASP&NoWebContent=1)