Thread status codes
Posted: Tue Jun 27, 2006 9:17 pm
Does anyone know the exact meaning of the status codes returned by ReferThreadStatus()?
The codes must be similar to those on the PSP:
The codes must be similar to those on the PSP:
Code: Select all
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
};