pub unsafe extern "C" fn SRVPM_RegisterProcess(
pid: u32_,
count: u32_,
serviceAccessControlList: *const [c_char; 8],
) -> ResultExpand 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.