Function ctru_sys::FSREG_GetProgramInfo
source · pub unsafe extern "C" fn FSREG_GetProgramInfo(
exheaderInfos: *mut ExHeader_Info,
maxNumEntries: u32_,
programHandle: u64_
) -> Result
Expand 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.