Function psp::sys::sceKernelReferThreadEventHandlerStatus

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

Refer the status of an thread event handler

§Parameters

  • uid: The UID of the event handler
  • info: Pointer to a SceKernelThreadEventHandlerInfo structure

§Return Value

0 on success, < 0 on error