Skip to main content

sceKernelGetModuleList

Function sceKernelGetModuleList 

Source
pub unsafe extern "C" fn sceKernelGetModuleList(
    readbufsize: c_int,
    readbuf: *mut SceUID,
) -> c_int
Expand description

Gets the current module list.

@param readbufsize - The size of the read buffer. @param readbuf - Pointer to a buffer to store the IDs

@return < 0 on error.