Thread: Getting PID from process

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    20

    Getting PID from process

    Hey everyone, can anyone direct me to an API that will get me the PID from a process name? (e.g. "notepad.exe")

    I can't use the FindWindowA method as the program I'm dealing with draws no windows and I'm stumped, help is appreciated
    Edit/Delete Message

  2. #2
    Registered User OnionKnight's Avatar
    Join Date
    Jan 2005
    Posts
    555
    Quote Originally Posted by int3 View Post
    I can't use the FindWindowA method as the program I'm dealing with draws no windows
    How is that a problem?

  3. #3
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    • Google
    • MSDN


    Search.

    I always wonder about people that ask these kind of questions and never seem to search.

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Answered by maxorator (five topics down).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. create a child process that creates a child process
    By cus in forum Linux Programming
    Replies: 9
    Last Post: 01-13-2009, 02:14 PM
  3. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM