BOOT_AREA_INFO structure (winioctl.h)

Contains the output for the FSCTL_GET_BOOT_AREA_INFO control code.

Syntax

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

Members

BootSectorCount

Number of elements in the BootSectors array.

Offset

BootSectors[2]

A variable length array of structures each containing the following member.

Offset

The location of a boot sector or a copy of a boot sector.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header winioctl.h (include Windows.h)

See also

FSCTL_GET_BOOT_AREA_INFO