Struct windows_sys::Win32::System::Ioctl::STORAGE_PROPERTY_SET
#[repr(C)]pub struct STORAGE_PROPERTY_SET {
pub PropertyId: STORAGE_PROPERTY_ID,
pub SetType: STORAGE_SET_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§PropertyId: STORAGE_PROPERTY_ID§SetType: STORAGE_SET_TYPE§AdditionalParameters: [u8; 1]