Kernel32SuspendThread32 Method

Overload List

SuspendThread32(IntPtr) Suspends the specified 32-Bit thread.

A 32-bit application can suspend a 64-Bit thread using the SuspendThread64(SafeAccessTokenHandle) function.

SuspendThread32(SafeAccessTokenHandle) Suspends the specified 32-Bit thread.

A 32-bit application can suspend a 64-Bit thread using the SuspendThread64(SafeAccessTokenHandle) function.

See Also