Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_EVENT_CONTEXT
#[repr(C)]pub struct DEBUG_EVENT_CONTEXT {
pub Size: u32,
pub ProcessEngineId: u32,
pub ThreadEngineId: u32,
pub FrameEngineId: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Size: u32
§ProcessEngineId: u32
§ThreadEngineId: u32
§FrameEngineId: u32