Skip to main content

sceKernelCreateVTimer

Function sceKernelCreateVTimer 

Source
pub unsafe extern "C" fn sceKernelCreateVTimer(
    name: *const c_char,
    opt: *mut SceKernelVTimerOptParam,
) -> SceUID
Expand description

Create a virtual timer

@param name - Name for the timer. @param opt - Pointer to an ::SceKernelVTimerOptParam (pass NULL)

@return The VTimer’s UID or < 0 on error.