Struct windows_sys::Win32::System::Hypervisor::WHV_PROCESSOR_APIC_COUNTERS
#[repr(C)]pub struct WHV_PROCESSOR_APIC_COUNTERS {
pub MmioAccessCount: u64,
pub EoiAccessCount: u64,
pub TprAccessCount: u64,
pub SentIpiCount: u64,
pub SelfIpiCount: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§MmioAccessCount: u64
§EoiAccessCount: u64
§TprAccessCount: u64
§SentIpiCount: u64
§SelfIpiCount: u64