[][src]Function pspsdk_sys::sdk::sceKernelGetModuleIdList

pub unsafe extern "C" fn sceKernelGetModuleIdList(
    readbuf: *mut SceUID,
    readbufsize: c_int,
    idcount: *mut c_int
) -> c_int

Get a list of module IDs. NOTE: This is only available on 1.5 firmware and above. For V1 use ::pspSdkGetModuleIdList.

@param readbuf - Buffer to store the module list. @param readbufsize - Number of elements in the readbuffer. @param idcount - Returns the number of module ids

@return >= 0 on success