0

Is there a way I could retrieve all the file handlers belonging to a process. Process Explorer utility application is showing all the handlers of a process when a particular process is selected. But I am not sure , how it does this, thanks for any advice on this

As per process explorer , I have selected the one chrome process and, I am able to see the handlers belonging to that process in the below window.

enter image description here

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
KItis
  • 5,476
  • 19
  • 64
  • 112
  • see this http://stackoverflow.com/questions/733384/how-to-enumerate-process-handles – Rohan Mar 16 '17 at 04:14
  • 1
    briefly `ZwQuerySystemInformation(SystemExtendedHandleInformation, pv, cb, &rcb)` do this – RbMm Mar 16 '17 at 08:14

0 Answers0