PSPSDK 2025-02-06
Loading...
Searching...
No Matches
SceKernelCallbackInfo Struct Reference

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.
 

Detailed Description

Structure to hold the status information for a callback.

Field Documentation

◆ callback

SceKernelCallbackFunction SceKernelCallbackInfo::callback

Pointer to the callback function.

◆ common

void* SceKernelCallbackInfo::common

User supplied argument for the callback.

◆ name

char SceKernelCallbackInfo::name[32]

The name given to the callback.

◆ notifyArg

int SceKernelCallbackInfo::notifyArg

Unknown.

◆ notifyCount

int SceKernelCallbackInfo::notifyCount

Unknown.

◆ size

SceSize SceKernelCallbackInfo::size

Size of the structure (i.e.

sizeof(SceKernelCallbackInfo))

◆ threadId

SceUID SceKernelCallbackInfo::threadId

The thread id associated with the callback.


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