CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Location
    New Zooland
    Posts
    7

    Question Counting processes

    I appreciate very much your hints of how I can count the number of processes running under linux and windows.

    Thanks
    Deniel Chapman

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Counting processes

    For Windows, you can use EnumProcesses().
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    May 2005
    Posts
    4,954

    Re: Counting processes

    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  4. #4
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Counting processes

    Check this: the case of Processes enumeration , can give u some idea.. !!
    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

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