Click to See Complete Forum and Search --> : GetProcessHandleCount()


alex_vaisman
June 2nd, 2003, 06:48 AM
Hello,

is there any analogue to the Win XP's GetProcessHandleCount()-call under Windows 2000 ?

Thanks a lot,

Alexander Vaisman

dimm_coder
June 3rd, 2003, 03:24 AM
1) Try to look at PDH library.
2) Undocumented NtQuerySystemInformation() can do this. U can find docs about it for ex. in Swen Schraiber's book "Undocumented Windows".
But better, first, look at PDH and use its possibilities.

alex_vaisman
June 3rd, 2003, 04:11 AM
Originally posted by alex_vaisman
Hello,

is there any analogue to the Win XP's GetProcessHandleCount()-call under Windows 2000 ?

Thanks a lot,

Alexander Vaisman



Thank you very much !

dudiav
June 12th, 2003, 10:33 AM
Try my posted article
How to get handle to any running process by its name (http://www.codeproject.com/useritems/GetProcessID.asp)