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: GUIDGuidType: u32LoggerId: u32EnableLevel: u32EnableFlags: u32IsEnable: BOOLEAN