Function SRVPM_RegisterProcess

Source
pub unsafe extern "C" fn SRVPM_RegisterProcess(
    pid: u32_,
    count: u32_,
    serviceAccessControlList: *const [c_char; 8],
) -> Result
Expand description

Registers a process with SRV.

ยงArguments

  • pid - ID of the process.
  • count - Number of services within the service access control data.
  • serviceAccessControlList - Service Access Control list.