Struct windows_sys::Win32::System::Performance::PERF_DATA_BLOCK
[−]#[repr(C)]pub struct PERF_DATA_BLOCK {Show 14 fields
pub Signature: [u16; 4],
pub LittleEndian: u32,
pub Version: u32,
pub Revision: u32,
pub TotalByteLength: u32,
pub HeaderLength: u32,
pub NumObjectTypes: u32,
pub DefaultObject: i32,
pub SystemTime: SYSTEMTIME,
pub PerfTime: i64,
pub PerfFreq: i64,
pub PerfTime100nSec: i64,
pub SystemNameLength: u32,
pub SystemNameOffset: u32,
}Expand description
Required features: ‘Win32_System_Performance’, ‘Win32_Foundation’
Fields
Signature: [u16; 4]LittleEndian: u32Version: u32Revision: u32TotalByteLength: u32HeaderLength: u32NumObjectTypes: u32DefaultObject: i32SystemTime: SYSTEMTIMEPerfTime: i64PerfFreq: i64PerfTime100nSec: i64SystemNameLength: u32SystemNameOffset: u32