Jump to content

Suspend Status


 Share

Recommended Posts

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...