Struct windows_sys::Win32::System::Diagnostics::Debug::XSTATE_CONTEXT
#[repr(C)]pub struct XSTATE_CONTEXT {
pub Mask: u64,
pub Length: u32,
pub Reserved1: u32,
pub Area: *mut XSAVE_AREA,
pub Buffer: *mut c_void,
}Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Mask: u64§Length: u32§Reserved1: u32§Area: *mut XSAVE_AREA§Buffer: *mut c_void