Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_EVENT
#[repr(C)]pub struct DEBUG_EVENT {
pub dwDebugEventCode: DEBUG_EVENT_CODE,
pub dwProcessId: u32,
pub dwThreadId: u32,
pub u: DEBUG_EVENT_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
, "Win32_System_Threading"
Fields§
§dwDebugEventCode: DEBUG_EVENT_CODE
§dwProcessId: u32
§dwThreadId: u32
§u: DEBUG_EVENT_0