Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY64_LIST
[−]#[repr(C, packed(4))]pub struct MINIDUMP_MEMORY64_LIST {
pub NumberOfMemoryRanges: u64,
pub BaseRva: u64,
pub MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR64; 1],
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
NumberOfMemoryRanges: u64BaseRva: u64MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR64; 1]