pub unsafe extern "C" fn svcGetResourceLimit(
resourceLimit: *mut Handle,
process: Handle,
) -> ResultExpand 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.