CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2003
    Posts
    3

    Question GetProcessHandleCount()

    Hello,

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

    Thanks a lot,

    Alexander Vaisman

  2. #2
    Join Date
    Sep 2002
    Location
    Belarus - Tirol, Austria
    Posts
    647
    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!"

  3. #3
    Join Date
    Jun 2003
    Posts
    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 !

  4. #4
    Join Date
    May 2002
    Posts
    52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured