pub unsafe extern "C" fn PMAPP_GetAppResourceLimit(
    outCpuTime: *mut s64
) -> Result
Expand description

Gets the APPLICATION cputime reslimit.

§Arguments

  • cpuTime (direction out) - Pointer to write the reslimit value to.