Struct windows_sys::Win32::Devices::Sensors::SENSOR_COLLECTION_LIST
#[repr(C)]pub struct SENSOR_COLLECTION_LIST {
pub AllocatedSizeInBytes: u32,
pub Count: u32,
pub List: [SENSOR_VALUE_PAIR; 1],
}
Expand description
Required features: "Win32_Devices_Sensors"
, "Win32_Foundation"
, "Win32_System_Com_StructuredStorage"
, "Win32_UI_Shell_PropertiesSystem"
Fields§
§AllocatedSizeInBytes: u32
§Count: u32
§List: [SENSOR_VALUE_PAIR; 1]