Function svcOpenProcess
Source pub unsafe extern "C" fn svcOpenProcess(
process: *mut Handle,
processId: u32_,
) -> Result
Expand description
Process management
- Gets the handle of a process.
§Arguments
process (direction out) - The handle of the process
processId - The ID of the process to open
/