pub type DRIVE_LAYOUT_INFORMATION_GPT = _DRIVE_LAYOUT_INFORMATION_GPT;
Aliased Type§
struct DRIVE_LAYOUT_INFORMATION_GPT {
pub DiskId: _GUID,
pub StartingUsableOffset: _LARGE_INTEGER,
pub UsableLength: _LARGE_INTEGER,
pub MaxPartitionCount: u32,
}
Fields§
§DiskId: _GUID
§StartingUsableOffset: _LARGE_INTEGER
§UsableLength: _LARGE_INTEGER
§MaxPartitionCount: u32