Skip to main content

sceKernelReferThreadEventHandlerStatus

Function sceKernelReferThreadEventHandlerStatus 

Source
pub unsafe extern "C" fn sceKernelReferThreadEventHandlerStatus(
    uid: SceUID,
    info: *mut SceKernelThreadEventHandlerInfo,
) -> c_int
Expand description

Refer the status of an thread event handler

@param uid - The UID of the event handler @param info - Pointer to a ::SceKernelThreadEventHandlerInfo structure

@return 0 on success, < 0 on error