vitasdk
Documentation of the vitasdk
callback.h File Reference

Go to the source code of this file.

Functions

int ksceKernelCreateCallback (const char *name, unsigned int attr, SceKernelCallbackFunction func, void *arg)
 Create callback. More...
 
int ksceKernelDeleteCallback (SceUID cb)
 Delete a callback. More...
 
int ksceKernelNotifyCallback (SceUID cb, int arg2)
 Notify a callback. More...
 
int ksceKernelCancelCallback (SceUID cb)
 Cancel a callback ? More...
 
int ksceKernelGetCallbackCount (SceUID cb)
 Get the callback count. More...
 
int ksceKernelCheckCallback (void)
 Check callback ? More...