Skip to main content

sceKernelLoadModuleByID

Function sceKernelLoadModuleByID 

Source
pub unsafe extern "C" fn sceKernelLoadModuleByID(
    fid: SceUID,
    flags: c_int,
    option: *mut SceKernelLMOption,
) -> SceUID
Expand description

Load a module from the given file UID.

@param fid - The module’s file UID. @param flags - Unused, always 0. @param option - Pointer to an optional ::SceKernelLMOption structure.

@return The UID of the loaded module on success, otherwise one of ::PspKernelErrorCodes.