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