pub unsafe extern "C" fn FSUSER_GetLegacySubBannerData(
    bannerSize: u32_,
    mediaType: FS_MediaType,
    programId: u64_,
    banner: *mut c_void
) -> Result
Expand 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.