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: u64Length: u32Reserved1: u32Area: *mut XSAVE_AREABuffer: *mut c_void