Struct windows_sys::Win32::System::Diagnostics::Etw::TRACE_GUID_PROPERTIES
#[repr(C)]pub struct TRACE_GUID_PROPERTIES {
pub Guid: GUID,
pub GuidType: u32,
pub LoggerId: u32,
pub EnableLevel: u32,
pub EnableFlags: u32,
pub IsEnable: BOOLEAN,
}Expand description
Required features: "Win32_System_Diagnostics_Etw", "Win32_Foundation"
Fields§
§Guid: GUID§GuidType: u32§LoggerId: u32§EnableLevel: u32§EnableFlags: u32§IsEnable: BOOLEAN