structure BOOT_AREA_INFO (ntifs.h)
La structure BOOT_AREA_INFO contient la sortie du code de contrôle FSCTL_GET_BOOT_AREA_INFO.
typedef struct _BOOT_AREA_INFO {
ULONG BootSectorCount;
struct {
LARGE_INTEGER Offset;
};
__unnamed_struct_15e3_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
BootSectorCount
Nombre d’éléments dans le tableau BootSectors.
Offset
BootSectors[2]
Tableau de structures de longueur variable. Chaque structure contient un membre Offset.
Emplacement d’un secteur de démarrage ou d’une copie d’un secteur de démarrage.
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows Server 2008 R2, Windows 7 |
d’en-tête | ntifs.h |