#[repr(C)]pub struct WHV_PROCESSOR_EVENT_COUNTERS {
pub PageFaultCount: u64,
pub ExceptionCount: u64,
pub InterruptCount: u64,
}Expand description
Required features: ‘Win32_System_Hypervisor’
Fields
PageFaultCount: u64ExceptionCount: u64InterruptCount: u64