[][src]Function pspsdk_sys::sdk::pspSdkGetModuleIdList

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

Get the list of module IDs. @note This is a replacement function for the missing v1.5 sceKernelGetModuleIdList on v1.0 firmware. DO NOT use on anything above that version.

@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