Jump to content

Recommended Posts

Posted

Hello Guys,

Is there any way to check status of already suspend process?

Thanks in advance for your kind help

73 108 111 118 101 65 117 116 111 105 116

Posted

@Digisould

:) ??? suspended...

Cheers, FireFox.

If process is in Suspend Mode. means the process cant proceed untill its resume.

73 108 111 118 101 65 117 116 111 105 116

Posted

Hello Guys,

Is there any way to check status of already suspend process?

Thanks in advance for your kind help

The return value of SuspendThread API function can help you determining if the counter is 0 or 1 or above but it can never be less than 0. Yes, it's threat because the main thread can be suspended and it's child threads are still running.

Another method is to use SendMessageTimeout and check the error code if the error code is matching a TIMETOUT status.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...