pub unsafe extern "C" fn FSPXI_GetLegacySubBannerData(
serviceHandle: Handle,
bannerSize: u32_,
mediaType: FS_MediaType,
programId: u64_,
banner: *mut c_void,
) -> ResultExpand description
Gets the legacy sub banner data of a program.
ยงArguments
bannerSize- Size of the banner.mediaType- Media type of the program.programId- ID of the program.header- Pointer to output the legacy sub banner data to.