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.
pub fn process_id<'a, Driver>(
process: &impl VmiOsProcess<'a, Driver>,
) -> Option<u32>where
Driver: VmiDriver,Returns the process ID of the given process, if available.