Hi all,
I m working on a file security project in which I have to track the handle count for any secured file at any time. There will obviously be a way to find the handle count for any opened file but I dont know how to find it.
Plz let me know how to find the handle count.
Thanx in advance
Regards,

Finding file handle count
Genesis_85
Thanx for replying
Perhaps I was not clear or use wrong word. It is handle referenec count-number of processes that are using the specified resource or file. I want to know at any time, how many processes are using the file or have the handle of that file.
Regards,
Chandra4332
AFAIK there is no way to get this info.
But you can try to find an answer here:
http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.kernel&lang=en&cr=US
newvbee