Hello,
is there any analogue to the Win XP's GetProcessHandleCount()-call under Windows 2000 ?
Thanks a lot,
Alexander Vaisman
Printable View
Hello,
is there any analogue to the Win XP's GetProcessHandleCount()-call under Windows 2000 ?
Thanks a lot,
Alexander Vaisman
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.
Quote:
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 !
Try my posted article
How to get handle to any running process by its name