Struct windows_sys::Win32::System::Diagnostics::Debug::WAITCHAIN_NODE_INFO_0_1
#[repr(C)]pub struct WAITCHAIN_NODE_INFO_0_1 {
pub ProcessId: u32,
pub ThreadId: u32,
pub WaitTime: u32,
pub ContextSwitches: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields§
§ProcessId: u32
§ThreadId: u32
§WaitTime: u32
§ContextSwitches: u32