struttura DRIVE_LAYOUT_INFORMATION_GPT (winioctl.h)
Contiene informazioni sulle partizioni GPT (GUID Partition Table) di un'unità.
Sintassi
typedef struct _DRIVE_LAYOUT_INFORMATION_GPT {
GUID DiskId;
LARGE_INTEGER StartingUsableOffset;
LARGE_INTEGER UsableLength;
DWORD MaxPartitionCount;
} DRIVE_LAYOUT_INFORMATION_GPT, *PDRIVE_LAYOUT_INFORMATION_GPT;
Members
DiskId
GUID del disco.
StartingUsableOffset
Offset dei byte iniziale del primo blocco utilizzabile.
UsableLength
Dimensioni dei blocchi utilizzabili sul disco, in byte.
MaxPartitionCount
Numero massimo di partizioni che è possibile definire nel blocco utilizzabile.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winioctl.h (include Windows.h) |