#[no_mangle]
pub unsafe extern "C" fn sceKernelGetModuleIdList(
    read_buf: *mut SceUid,
    read_buf_size: i32,
    id_count: *mut i32
) -> i32
Expand description

Get a list of module IDs.

This is only available on 1.5 firmware and above. For V1 use pspSdkGetModuleIdList.

Parameters

  • read_buf: Buffer to store the module list.
  • read_buf_size: Number of elements in the readbuffer.
  • id_count: Returns the number of module ids

Return Value

= 0 on success