SuspendThread(3w)
NAME
SuspendThread (KERNEL32.@)
SYNOPSIS
DWORD SuspendThread
(
HANDLE hthread
)
PARAMS
[In] Handle to the thread.
DESCRIPTION
SuspendThread [KERNEL32.@] Suspends a thread.
RETURNS
Success: Previous suspend count
Failure: 0xFFFFFFFF
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/thread.c".
- Debug channel "thread".