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

Gets the product code of a title.

§Arguments

  • mediatype - Media type of the title.
  • titleID - ID of the title.
  • productCode (direction out) - Pointer to output the product code to. (length = 16)