[][src]Function pspsdk_sys::sdk::sceKernelStartModule

pub unsafe extern "C" fn sceKernelStartModule(
    modid: SceUID,
    argsize: SceSize,
    argp: *mut c_void,
    status: *mut c_int,
    option: *mut SceKernelSMOption
) -> c_int

Start a loaded module.

@param modid - The ID of the module returned from LoadModule. @param argsize - Length of the args. @param argp - A pointer to the arguments to the module. @param status - Returns the status of the start. @param option - Pointer to an optional ::SceKernelSMOption structure.

@return ??? on success, otherwise one of ::PspKernelErrorCodes.