Function ctru_sys::FSPXI_GetSpecialContentIndex
source · pub unsafe extern "C" fn FSPXI_GetSpecialContentIndex(
serviceHandle: Handle,
index: *mut u16_,
mediaType: FS_MediaType,
programId: u64_,
type_: FS_SpecialContentType
) -> Result
Expand description
Gets a special content’s index.
§Arguments
index
- Pointer to output the index to.mediaType
- Media type of the special content.programId
- Program ID owning the special content.type
- Type of special content.