pub unsafe extern "C" fn AM_GetTitleProductCode(
mediatype: FS_MediaType,
titleId: u64_,
productCode: *mut c_char,
) -> ResultExpand 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)