CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: PDH

  1. #1
    Join Date
    Apr 1999
    Posts
    22

    PDH

    Hi,

    How can I list the processes in my machine as in Task Manager?
    Ca I use PdhEnumObjects?
    I got an error saying Pdh.dll not found in VC++ 5.0?
    Any suggestions?


  2. #2
    Guest

    Re: PDH

    Read about the following fns 1. CreateToolHelp32SnapShot 2. Process32First 3. Process32Next and try.
    Reply me whether u are able to use it or not.


  3. #3
    Join Date
    Apr 1999
    Posts
    22

    Re: PDH

    The mentioned functions are Windows 95 specific.I want to use with NT.


  4. #4
    Guest

    Re: PDH

    Hi !

    You can use function from the PSAPI.DLL to the NT-Process and
    VDMDBG.DLL to the DOS-Process.

    Regards,
    Wladi.


  5. #5
    Guest

    Re: PDH

    Hi,

    You can find pdh.dll in the ddk. (and maybe in the sdk)


  6. #6
    Join Date
    May 1999
    Posts
    19

    Re: PDH

    Please find my reply for the query "Terminating another Process in WIn95/98/NT" dated 29th April.

    [email protected]


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