pub unsafe extern "C" fn svcGetResourceLimit(
    resourceLimit: *mut Handle,
    process: Handle
) -> Result
Expand description

Gets the resource limit set of a process.

§Arguments

  • resourceLimit (direction out) - Pointer to output the resource limit set handle to.
  • process - Process to get the resource limits of.