[−][src]Function pspsdk_sys::sdk::pspSdkReferThreadEventHandlerStatusByName
pub unsafe extern "C" fn pspSdkReferThreadEventHandlerStatusByName(
name: *const c_char,
pUID: *mut SceUID,
pInfo: *mut SceKernelThreadEventHandlerInfo
) -> c_int
Search for a thread event handler with the given name and retrieve it's ::SceKernelThreadEventHandlerInfo struct.
@param name - The name of to search for. @param pUID - If the given name is found, it's ::SceUID is stored here. @param pInfo - If the given name is found, it's ::SceKernelThreadEventHandlerInfo data is stored here.
@return 0 if successful, otherwise one of ::PspKernelErrorCodes.