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: u32§Version: u32§Revision: u32§TotalByteLength: u32§HeaderLength: u32§NumObjectTypes: u32§DefaultObject: i32§SystemTime: SYSTEMTIME§PerfTime: i64§PerfFreq: i64§PerfTime100nSec: i64§SystemNameLength: u32§SystemNameOffset: u32