#include <pspthreadman.h>
Data Fields | |
| SceSize | size |
| Size of the structure (i.e. | |
| char | name [32] |
| The name given to the callback. | |
| SceUID | threadId |
| The thread id associated with the callback. | |
| SceKernelCallbackFunction | callback |
| Pointer to the callback function. | |
| void * | common |
| User supplied argument for the callback. | |
| int | notifyCount |
| Unknown. | |
| int | notifyArg |
| Unknown. | |
Size of the structure (i.e.
sizeof(SceKernelCallbackInfo))
| char SceKernelCallbackInfo::name[32] |
The name given to the callback.
The thread id associated with the callback.
Pointer to the callback function.
User supplied argument for the callback.
Unknown.
Unknown.
1.5.2