pub unsafe extern "C" fn svcSetProcessResourceLimits(
process: Handle,
resourceLimit: Handle,
) -> ResultExpand description
Sets the resource limit set of a process.
ยงArguments
process- Process to set the resource limit set to.resourceLimit- Resource limit set handle.