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