|
-
August 1st, 1999, 12:11 PM
#1
Getting ProcessID
Does anyone know how to get the ProcessID of a running app?
Thanx,
Thorin
-
August 1st, 1999, 08:13 PM
#2
Re: Getting ProcessID
Hi,
Because it is a running app, you can first get the window handle of that app With EnumWindows and then pass this handle to GetWindowThreadProcessId fn which returns the Thread & Process ids associated with that window.
If the running app has no window, then i dont know ?!?!
Ravi Kiran
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|