Findthread

OllyDbg Plugin API

Findthread

Given thread's identifier, returns pointer to descriptor of specified thread, or NULL if thread does not exist.

t_thread* Findthread(ulong threadid);

Parameters:

threadid - identifier (not handle!) of the requested thread.

See also: Getcputhreadid, t_thread