Struct windows_sys::Win32::System::Ioctl::PHYSICAL_ELEMENT_STATUS_REQUEST
#[repr(C)]pub struct PHYSICAL_ELEMENT_STATUS_REQUEST {
pub Version: u32,
pub Size: u32,
pub StartingElement: u32,
pub Filter: u8,
pub ReportType: u8,
pub Reserved: [u8; 2],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§StartingElement: u32
§Filter: u8
§ReportType: u8
§Reserved: [u8; 2]