BOOT_AREA_INFO structure (ntifs.h)
The BOOT_AREA_INFO structure contains the output for the FSCTL_GET_BOOT_AREA_INFO control code.
Syntax
typedef struct _BOOT_AREA_INFO {
ULONG BootSectorCount;
struct {
LARGE_INTEGER Offset;
};
__unnamed_struct_15c1_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
Members
BootSectorCount
The number of elements in the BootSectors array.
Offset
BootSectors[2]
A variable length array of structures. Each structure contains an Offset member.
Offset
The location of a boot sector or a copy of a boot sector.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Server 2008 R2, Windows 7 |
Header | ntifs.h |