Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::DEBUG_DECODE_ERROR
#[repr(C)]pub struct DEBUG_DECODE_ERROR {
pub SizeOfStruct: u32,
pub Code: u32,
pub TreatAsStatus: BOOL,
pub Source: [u8; 64],
pub Message: [u8; 260],
}Expand description
Required features: "Win32_System_Diagnostics_Debug_Extensions", "Win32_Foundation"
Fields§
§SizeOfStruct: u32§Code: u32§TreatAsStatus: BOOL§Source: [u8; 64]§Message: [u8; 260]