Union windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_CALLBACK_OUTPUT_0
#[repr(C)]
pub union MINIDUMP_CALLBACK_OUTPUT_0 {
pub ModuleWriteFlags: u32,
pub ThreadWriteFlags: u32,
pub SecondaryFlags: u32,
pub Anonymous1: MINIDUMP_CALLBACK_OUTPUT_0_0,
pub Anonymous2: MINIDUMP_CALLBACK_OUTPUT_0_1,
pub Handle: HANDLE,
pub Anonymous3: MINIDUMP_CALLBACK_OUTPUT_0_2,
pub Anonymous4: MINIDUMP_CALLBACK_OUTPUT_0_3,
pub Anonymous5: MINIDUMP_CALLBACK_OUTPUT_0_4,
pub Status: HRESULT,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_System_Memory"
Fields§
§ModuleWriteFlags: u32
§ThreadWriteFlags: u32
§SecondaryFlags: u32
§Anonymous1: MINIDUMP_CALLBACK_OUTPUT_0_0
§Anonymous2: MINIDUMP_CALLBACK_OUTPUT_0_1
§Handle: HANDLE
§Anonymous3: MINIDUMP_CALLBACK_OUTPUT_0_2
§Anonymous4: MINIDUMP_CALLBACK_OUTPUT_0_3
§Anonymous5: MINIDUMP_CALLBACK_OUTPUT_0_4
§Status: HRESULT