Run function on running application on execute

Posted by hmind on Stack Overflow See other posts from Stack Overflow or by hmind
Published on 2010-04-11T18:33:50Z Indexed on 2010/04/11 18:43 UTC
Read the original article Hit count: 119

Filed under:
|
|

Alright so what I am trying to do is essentially create a program that, when it is already executed, can be "executed" again, detect the already existing process and instead of creating another process, execute a function in the existing process.

Any ideas?

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows