[][src]Function pspsdk_sys::sdk::pspSdkLoadStartModule

pub unsafe extern "C" fn pspSdkLoadStartModule(
    filename: *const c_char,
    mpid: c_int
) -> SceUID

Load a module and start it.

@param filename - Path to the module. @param mpid - Memory parition ID to use to load the module int.

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