Function psp::sys::sceKernelSetVTimerTime

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelSetVTimerTime(
    uid: SceUid,
    time: *mut SceKernelSysClock
) -> i32
Expand description

Set the timer time

§Parameters

  • uid: UID of the vtimer
  • time: Pointer to a SceKernelSysClock structure

§Return Value

0 on success, < 0 on error