pub unsafe extern "C" fn AM_InstallContentResume(
contentHandle: *mut Handle,
resumeOffset: *mut u64_,
index: u16_,
) -> ResultExpand 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.