Function win_sys::Memory::VirtualQueryEx[][src]

pub unsafe fn VirtualQueryEx<'a, Param0>(
    hprocess: Param0,
    lpaddress: *const c_void,
    lpbuffer: *mut MEMORY_BASIC_INFORMATION,
    dwlength: usize
) -> usize where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation