Function nstd_sys::proc::nstd_proc_child_id
source · #[no_mangle]
pub extern "C" fn nstd_proc_child_id(
handle: &NSTDChildProcess
) -> NSTDUInt32Available on crate feature
nstd_proc only.Expand description
Returns the OS-assigned ID of a child process.
Parameters:
const NSTDChildProcess *handle- A handle to the process.
Returns
NSTDUInt32 ID - The child process ID.