#[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: u64§RevertOnClose: BOOLEAN§ApplyToAllConnectedVolumes: BOOLEAN§Reserved1: u16§Reserved2: u32