Function psp::sys::sceKernelCancelVTimerHandler

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelCancelVTimerHandler(
    uid: SceUid
) -> i32
Expand description

Cancel the timer handler

§Parameters

  • uid: The UID of the vtimer

§Return Value

0 on success, < 0 on error