Struct windows_sys::Win32::System::Diagnostics::Etw::TRACE_ENABLE_INFO
#[repr(C)]pub struct TRACE_ENABLE_INFO {
pub IsEnabled: u32,
pub Level: u8,
pub Reserved1: u8,
pub LoggerId: u16,
pub EnableProperty: u32,
pub Reserved2: u32,
pub MatchAnyKeyword: u64,
pub MatchAllKeyword: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields§
§IsEnabled: u32
§Level: u8
§Reserved1: u8
§LoggerId: u16
§EnableProperty: u32
§Reserved2: u32
§MatchAnyKeyword: u64
§MatchAllKeyword: u64