#[repr(C)]pub struct VOLUME_SET_GPT_ATTRIBUTES_INFORMATION {
pub GptAttributes: u64,
pub RevertOnClose: BOOLEAN,
pub ApplyToAllConnectedVolumes: BOOLEAN,
pub Reserved1: u16,
pub Reserved2: u32,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
GptAttributes: u64RevertOnClose: BOOLEANApplyToAllConnectedVolumes: BOOLEANReserved1: u16Reserved2: u32