Function FSPXI_EnumerateSystemSaveData

Source
pub unsafe extern "C" fn FSPXI_EnumerateSystemSaveData(
    serviceHandle: Handle,
    idsWritten: *mut u32_,
    idsSize: u32_,
    ids: *mut u32_,
) -> Result
Expand description

Enumerates system save data.

ยงArguments

  • idsWritten - Pointer to output the number of IDs written to.
  • idsSize - Size of the IDs buffer.
  • ids - Pointer to output IDs to.