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