Help index

SuspendThread

Suspending a thread may deadlock the whole application if the suspended
was owning some synchronization objects.
    tid - thread id
Return: -1:network error, 0-failed, 1-ok

long SuspendThread(long tid);

Index | Previous topic | Next topic