Thread: Process Count

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    68

    Process Count

    Hello all,

    Just wondering if anyone could just let me know of any useful functions for getting a count of the number of running processes on a windows machine.

    I'm porting a Network Monitoring client from Linux to windows, and this one has me stumped. In linux, life is so easy with procfs. Ahh well.

    Any help/info would be greatly appreicated, Thanks.

  2. #2
    return 0;
    Join Date
    Jan 2005
    Location
    Netherlands
    Posts
    89
    You could use EnumProcesses for that

  3. #3
    Registered User
    Join Date
    Dec 2003
    Posts
    68
    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. restarting process
    By Bleech in forum Windows Programming
    Replies: 3
    Last Post: 11-29-2007, 02:07 AM
  2. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  3. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  4. input question
    By piyush_v in forum C Programming
    Replies: 9
    Last Post: 04-12-2007, 07:09 AM
  5. Program Crashing
    By Pressure in forum C Programming
    Replies: 3
    Last Post: 04-18-2005, 10:28 PM