#[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: u32ContextSize: u32EnabledFeatures: u64Features: [XSTATE_FEATURE; 64]