Struct windows_sys::Win32::System::Ioctl::PARTITION_INFORMATION_GPT
#[repr(C)]pub struct PARTITION_INFORMATION_GPT {
pub PartitionType: GUID,
pub PartitionId: GUID,
pub Attributes: GPT_ATTRIBUTES,
pub Name: [u16; 36],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§PartitionType: GUID
§PartitionId: GUID
§Attributes: GPT_ATTRIBUTES
§Name: [u16; 36]