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.