SceKernelCallbackInfo Struct Reference
[Thread Manager Library]

#include <pspthreadman.h>


Detailed Description

Structure to hold the status information for a callback.


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.


Field Documentation

SceSize SceKernelCallbackInfo::size

Size of the structure (i.e.

sizeof(SceKernelCallbackInfo))

char SceKernelCallbackInfo::name[32]

The name given to the callback.

SceUID SceKernelCallbackInfo::threadId

The thread id associated with the callback.

SceKernelCallbackFunction SceKernelCallbackInfo::callback

Pointer to the callback function.

void* SceKernelCallbackInfo::common

User supplied argument for the callback.

int SceKernelCallbackInfo::notifyCount

Unknown.

int SceKernelCallbackInfo::notifyArg

Unknown.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 24 15:21:27 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2