PSPSDK 2024-10-31
|
Structure to hold the status information for a callback. More...
#include <user/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. | |
Structure to hold the status information for a callback.
SceKernelCallbackFunction SceKernelCallbackInfo::callback |
Pointer to the callback function.
void* SceKernelCallbackInfo::common |
User supplied argument for the callback.
char SceKernelCallbackInfo::name[32] |
The name given to the callback.
int SceKernelCallbackInfo::notifyArg |
Unknown.
int SceKernelCallbackInfo::notifyCount |
Unknown.
SceSize SceKernelCallbackInfo::size |
Size of the structure (i.e.
SceUID SceKernelCallbackInfo::threadId |
The thread id associated with the callback.