Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY_DESCRIPTOR
#[repr(C, packed(4))]pub struct MINIDUMP_MEMORY_DESCRIPTOR {
pub StartOfMemoryRange: u64,
pub Memory: MINIDUMP_LOCATION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§StartOfMemoryRange: u64
§Memory: MINIDUMP_LOCATION_DESCRIPTOR