Skip to main content

sceKernelUnloadModule

Function sceKernelUnloadModule 

Source
pub unsafe extern "C" fn sceKernelUnloadModule(modid: SceUID) -> c_int
Expand description

Unload a stopped module.

@param modid - The UID of the module to unload.

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