Function ctru_sys::AMAPP_ListDLCContentInfos
source · pub unsafe extern "C" fn AMAPP_ListDLCContentInfos(
contentInfoRead: *mut u32_,
mediatype: FS_MediaType,
titleID: u64_,
contentInfoCount: u32_,
offset: u32_,
contentInfos: *mut AM_ContentInfo
) -> Result
Expand description
Gets content infos installed under the specified DLC title.
§Arguments
contentInfoRead
(direction out) - Pointer to output the number of content infos read to.mediatype
- Media type of the title.titleID
- Title ID to retrieve the content infos for (high-id is 0x0004008C).contentInfoCount
- Number of content infos to retrieve.offset
- Offset from the first content index the count starts at.contentInfos
(direction out) - Pointer to output the content infos read to.