Kernel32SuspendThread64 Method

Overload List

SuspendThread64(IntPtr) Suspends the specified 64-Bit thread.

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

SuspendThread64(SafeAccessTokenHandle) Suspends the specified 64-Bit thread.

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

See Also