Link to home
Start Free TrialLog in
Avatar of gsdevEE
gsdevEEFlag for United States of America

asked on

Can you use AssociateHandle(self, handle) to determine process activity or state of process ?

I have posted a much more specific version of this question, but I believe I should braoden it, making it easier to answer.

I have a program that uses a plugin for a third party process, and displays that process in our software.

My question is - if I want to kill that process safely without fear that the process is being used in some other regard (I.e., outside of my program) is there any technique for passing in event arguments, handle information, or some other method which would tell me which processes were started by my program and are still currently in use inside my program - is this even posssible ?
ASKER CERTIFIED SOLUTION
Avatar of Karl Heinz Kremer
Karl Heinz Kremer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gsdevEE

ASKER

No syntax, examples