pub type PERFINFO_INTERRUPT_INFORMATION = _PERFINFO_INTERRUPT_INFORMATION;Aliased Type§
#[repr(C, packed(1))]pub struct PERFINFO_INTERRUPT_INFORMATION {
pub InitialTime: u64,
pub ServiceRoutine: *mut c_void,
pub ReturnValue: u8,
pub Vector: u16,
pub Reserved: u8,
}Fields§
§InitialTime: u64§ServiceRoutine: *mut c_void§ReturnValue: u8§Vector: u16§Reserved: u8