Struct windows_sys::Win32::System::Diagnostics::Debug::XSTATE_CONFIG_FEATURE_MSC_INFO
#[repr(C, packed(4))]pub struct XSTATE_CONFIG_FEATURE_MSC_INFO {
pub SizeOfInfo: u32,
pub ContextSize: u32,
pub EnabledFeatures: u64,
pub Features: [XSTATE_FEATURE; 64],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§SizeOfInfo: u32
§ContextSize: u32
§EnabledFeatures: u64
§Features: [XSTATE_FEATURE; 64]