|
-
June 2nd, 2003, 06:48 AM
#1
GetProcessHandleCount()
Hello,
is there any analogue to the Win XP's GetProcessHandleCount()-call under Windows 2000 ?
Thanks a lot,
Alexander Vaisman
-
June 3rd, 2003, 03:24 AM
#2
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.
"UNIX is simple; it just takes a genius to understand its simplicity!"
-
June 3rd, 2003, 04:11 AM
#3
Re: GetProcessHandleCount()
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 !
-
June 12th, 2003, 10:33 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|