HOWTO: Find owner of locked file?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I think I've seen code somewhere that does this, but I need to be able to determine for a locked file what the owning process is. It would be even better if I could get a human readble representation of the process, but I'm willing to start at the beginning ;). This needs to work on 98/NT/2000. Thanks for any suggestions.