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