vitasdk
Documentation of the vitasdk
callback.h File Reference

Go to the source code of this file.

Functions

int sceKernelCreateCallback (const char *name, unsigned int attr, SceKernelCallbackFunction func, void *userData)
 Create callback. More...
 
int sceKernelGetCallbackInfo (SceUID cb, SceKernelCallbackInfo *infop)
 Gets the status of a specified callback. More...
 
int sceKernelDeleteCallback (SceUID cb)
 Delete a callback. More...
 
int sceKernelNotifyCallback (SceUID cb, int arg2)
 Notify a callback. More...
 
int sceKernelCancelCallback (SceUID cb)
 Cancel a callback ? More...
 
int sceKernelGetCallbackCount (SceUID cb)
 Get the callback count. More...
 
int sceKernelCheckCallback (void)
 Check callback ? More...