pub unsafe extern "C" fn svcGetProcessIdealProcessor(
    processorid: *mut s32,
    process: Handle
) -> Result
Expand description

Gets a process’s ideal processor.

§Arguments

  • processorid (direction out) - Pointer to store the ID of the process’s ideal processor.
  • process - Handle of the process.