Kernel32ResumeThread Method

Overload List

ResumeThread(IntPtr) Decrements a thread's suspend count.

When the suspend count is decremented to zero, the execution of the thread is resumed.

ResumeThread(SafeAccessTokenHandle) Decrements a thread's suspend count.

When the suspend count is decremented to zero, the execution of the thread is resumed.

See Also