Struct windows_sys::Win32::System::SystemServices::PPM_IDLE_ACCOUNTING_EX
#[repr(C)]pub struct PPM_IDLE_ACCOUNTING_EX {
pub StateCount: u32,
pub TotalTransitions: u32,
pub ResetCount: u32,
pub AbortCount: u32,
pub StartTime: u64,
pub State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§StateCount: u32
§TotalTransitions: u32
§ResetCount: u32
§AbortCount: u32
§StartTime: u64
§State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1]