Data Fields

SceKernelCallbackInfo Struct Reference
[Thread Manager Library]

Structure to hold the status information for a callback. More...

#include <src/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.

Detailed Description

Structure to hold the status information for a callback.


Field Documentation

Pointer to the callback function.

User supplied argument for the callback.

The name given to the callback.

Unknown.

Unknown.

Size of the structure (i.e.

sizeof(SceKernelCallbackInfo))

The thread id associated with the callback.


The documentation for this struct was generated from the following file: