nstd_proc_pid

Function nstd_proc_pid 

Source
pub unsafe extern "C" fn nstd_proc_pid(
    handle: NSTDChildProcess,
) -> NSTDProcessID
Expand description

Gets the ID of a process by handle. Parameters: NSTDChildProcess handle - The handle to the process. Returns: NSTDProcessID id - The process ID.