t_thread * Findthread(ulong threadid);
Given system-unique thread ID, returns pointer to the thread descriptor.
Parameters:
threadid
(in) Thread identifier
Return values:
If thread with given identifier is present in the debugged process, returns pointer to the structure t_thread that describes this thread. Otherwise, returns NULL
See also: