[][src]Function memflow_win32_ffi::win32::process::process_virt_mem

#[no_mangle]pub extern "C" fn process_virt_mem(
    process: &'static mut Win32Process
) -> &'static mut VirtualMemoryObj

Retrieve refernce to the underlying virtual memory object

This will return a static reference to the virtual memory object. It will only be valid as long as process if valid, and needs to be freed manually using virt_free regardless if the process if freed or not.