Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY_LIST
[−]#[repr(C)]pub struct MINIDUMP_MEMORY_LIST {
pub NumberOfMemoryRanges: u32,
pub MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR; 1],
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
NumberOfMemoryRanges: u32MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR; 1]