#[repr(C)]
pub union IMAGE_RUNTIME_FUNCTION_ENTRY_0 {
pub UnwindInfoAddress: u32,
pub UnwindData: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§UnwindInfoAddress: u32
§UnwindData: u32
#[repr(C)]
pub union IMAGE_RUNTIME_FUNCTION_ENTRY_0 {
pub UnwindInfoAddress: u32,
pub UnwindData: u32,
}
Required features: "Win32_System_Diagnostics_Debug"
UnwindInfoAddress: u32
§UnwindData: u32