pub unsafe extern "C" fn FSREG_GetProgramInfo(
exheaderInfos: *mut ExHeader_Info,
maxNumEntries: u32_,
programHandle: u64_,
) -> ResultExpand description
Retrives the exheader information set(s) (SCI+ACI) about a program.
ยงArguments
exheaderInfos[out]- Pointer to the output exheader information set(s).maxNumEntries- The maximum number of entries.programHandle- The program handle.