Struct windows_sys::Win32::System::Performance::PDH_RAW_LOG_RECORD
[−]#[repr(C)]pub struct PDH_RAW_LOG_RECORD {
pub dwStructureSize: u32,
pub dwRecordType: PDH_LOG_TYPE,
pub dwItems: u32,
pub RawBytes: [u8; 1],
}Expand description
Required features: ‘Win32_System_Performance’
Fields
dwStructureSize: u32dwRecordType: PDH_LOG_TYPEdwItems: u32RawBytes: [u8; 1]