DEBUG_EVENT

Type Alias DEBUG_EVENT 

Source
pub type DEBUG_EVENT = _DEBUG_EVENT;

Aliased Type§

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

Fields§

§dwDebugEventCode: u64§dwProcessId: u64§dwThreadId: u64§u: _DEBUG_EVENT__bindgen_ty_1