#[no_mangle]
pub extern "C" fn nstd_proc_child_id(
    handle: &NSTDChildProcess
) -> NSTDUInt32
Available on crate feature 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.