Function ctru_sys::FSUSER_GetProgramLaunchInfo
source · pub unsafe extern "C" fn FSUSER_GetProgramLaunchInfo(
info: *mut FS_ProgramInfo,
processId: u32_
) -> Result
Expand description
Gets a process’s program launch info.
§Arguments
info
- Pointer to output the program launch info to.processId
- ID of the process.