Struct windows_sys::Win32::System::Ioctl::STORAGE_PROPERTY_QUERY
[−]#[repr(C)]pub struct STORAGE_PROPERTY_QUERY {
pub PropertyId: STORAGE_PROPERTY_ID,
pub QueryType: STORAGE_QUERY_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
PropertyId: STORAGE_PROPERTY_IDQueryType: STORAGE_QUERY_TYPEAdditionalParameters: [u8; 1]