Condividi tramite


struttura BOOT_AREA_INFO (ntifs.h)

La struttura BOOT_AREA_INFO contiene l'output per il codice di controllo FSCTL_GET_BOOT_AREA_INFO.

Sintassi

typedef struct _BOOT_AREA_INFO {
  ULONG                    BootSectorCount;
  struct {
    LARGE_INTEGER Offset;
  };
  __unnamed_struct_15e3_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;

Membri

BootSectorCount

Numero di elementi nella matrice bootSector.

Offset

BootSectors[2]

Matrice di strutture a lunghezza variabile. Ogni struttura contiene un membro offset.

Compensare

Posizione di un settore di avvio o di una copia di un settore di avvio.

Fabbisogno

Requisito Valore
client minimo supportato Windows Server 2008 R2, Windows 7
intestazione ntifs.h

Vedere anche

FSCTL_GET_BOOT_AREA_INFO