Function ctru_sys::AM_InstallContentResume
source · pub unsafe extern "C" fn AM_InstallContentResume(
contentHandle: *mut Handle,
resumeOffset: *mut u64_,
index: u16_
) -> Result
Expand description
Resumes installing title content.
§Arguments
contentHandle
(direction out) - Pointer to output a handle to write content data to.resumeOffset
(direction out) - Pointer to write the offset to resume content installation at to.index
- Index of the content to install.