GetProcessPID

Function GetProcessPID 

Source
pub unsafe extern "C-unwind" fn GetProcessPID(
    psn: *const ProcessSerialNumber,
    pid: *mut pid_t,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate features Processes and libc only.
Expand description

ยงSafety

  • psn must be a valid pointer.
  • pid must be a valid pointer.