pub unsafe extern "C" fn AMAPP_GetDLCContentInfoCount(
count: *mut u32_,
mediatype: FS_MediaType,
titleID: u64_,
) -> ResultExpand description
Gets the number of content index installed under the specified DLC title.
ยงArguments
count(direction out) - Pointer to output the number of content indices to.mediatype- Media type of the title.titleID- Title ID to retrieve the count for (high-id is 0x0004008C).