How to identify the unresponsive state of an exe ?

  • Thread starter Thread starter R-V-R
  • Start date Start date
R

R-V-R

Guest
Hi All,

We are having an application developed with Visual Studio 2012 (VC++) and this is a Windows service based application. In this application, one exe (example MyApp1.exe) is running on the SYSTEM account (handling service related functionalities) and another exe (MyApp2.exe) is running on each User Sessions (User Account).

We need to identify the unresponsive state of MyApp2.exe (an instance of the currently active user) from MyApp1.exe. So anyone please help us to create the functionalities for identifying the same.

Thanks in advance.

Regards,

R-V-R

Continue reading...
 
Back
Top