Function titanium::desktop::memory::get_handle
pub fn get_handle<T>(name: T) -> Result<(i32, Architecture), Error>where
T: ToString,Expand description
Attempt to get a ProcessHandle from a process name.
pub fn get_handle<T>(name: T) -> Result<(i32, Architecture), Error>where
T: ToString,Attempt to get a ProcessHandle from a process name.