misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Tue Jun 27, 2006 9:17 pm Post subject: Thread status codes |
|
|
Does anyone know the exact meaning of the status codes returned by ReferThreadStatus()?
The codes must be similar to those on the PSP:
| Code: | enum PspThreadStatus
{
PSP_THREAD_RUNNING = 1,
PSP_THREAD_READY = 2,
PSP_THREAD_WAITING = 4,
PSP_THREAD_SUSPEND = 8,
PSP_THREAD_STOPPED = 16,
PSP_THREAD_KILLED = 32
};
|
|
|