Scroll to navigation

SuspendThread(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/thread.c".
Debug channel "thread".
Oct 2012 Wine API