|
-
April 27th, 1999, 01:56 PM
#1
Process ID from Process handle?
Can you get a process id from a process handle? I know that you can create a handle given a process id (using OpenProcess()).
ShellExecuteEx() does not always create a new process and I want to be able to activate the existing process that ShellExecuteEx returns a handle to.
The only way I know how to do this is to have a process id then look for the windows associated with the process id. But ShellExecuteEx does not return a process id.
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
|