Skip to main content

process_id

Function process_id 

Source
pub fn process_id<'a, Driver>(
    process: &impl VmiOsProcess<'a, Driver>,
) -> Option<u32>
where Driver: VmiDriver,
Expand description

Returns the process ID of the given process, if available.