DEBUG_EVENT

Type Alias DEBUG_EVENT 

Source
pub type DEBUG_EVENT = _DEBUG_EVENT;

Aliased Type§

#[repr(C)]
pub struct DEBUG_EVENT { pub dwDebugEventCode: u32, pub dwProcessId: u32, pub dwThreadId: u32, pub u: _DEBUG_EVENT__bindgen_ty_1, }

Fields§

§dwDebugEventCode: u32§dwProcessId: u32§dwThreadId: u32§u: _DEBUG_EVENT__bindgen_ty_1