pub unsafe extern "C" fn AM_GetTitleExtDataId(
    extDataId: *mut u64_,
    mediatype: FS_MediaType,
    titleId: u64_
) -> Result
Expand description

Gets the ext data ID of a title.

§Arguments

  • extDataId (direction out) - Pointer to output the ext data ID to.
  • mediatype - Media type of the title.
  • titleID - ID of the title.