Type Alias WIN32_MEMORY_RANGE_ENTRY

Source
pub type WIN32_MEMORY_RANGE_ENTRY = _WIN32_MEMORY_RANGE_ENTRY;

Aliased Type§

struct WIN32_MEMORY_RANGE_ENTRY {
    pub VirtualAddress: *mut c_void,
    pub NumberOfBytes: u64,
}

Fields§

§VirtualAddress: *mut c_void§NumberOfBytes: u64