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

Sets the resource limit set of a process.

§Arguments

  • process - Process to set the resource limit set to.
  • resourceLimit - Resource limit set handle.