BOOT_AREA_INFO struttura (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_15fe_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;

Members

BootSectorCount

Numero di elementi nella matrice BootSectors .

Offset

BootSectors[2]

Matrice di lunghezza variabile delle strutture. Ogni struttura contiene un membro Offset .

Offset

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

Requisiti

Requisito Valore
Client minimo supportato Windows Server 2008 R2, Windows 7
Intestazione ntifs.h

Vedi anche

FSCTL_GET_BOOT_AREA_INFO