Skip to main content

sceKernelFindModuleByUID

Function sceKernelFindModuleByUID 

Source
pub unsafe extern "C" fn sceKernelFindModuleByUID(
    modid: SceUID,
) -> *mut SceModule
Expand description

Find a module by it’s UID.

@param modid - The UID of the module.

@return Pointer to the ::SceModule structure if found, otherwise NULL.