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.
 
int ksceKernelDeleteCallback (SceUID cb)
 Delete a callback.
 
int ksceKernelNotifyCallback (SceUID cb, int arg2)
 Notify a callback.
 
int ksceKernelCancelCallback (SceUID cb)
 Cancel a callback ?
 
int ksceKernelGetCallbackCount (SceUID cb)
 Get the callback count.
 
int ksceKernelCheckCallback (void)
 Check callback ?