This topic has not yet been rated - Rate this topic

BOOT_AREA_INFO structure

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

Members

BootSectorCount

The number of elements in the BootSectors array.

BootSectors

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

Version

Windows Server 2008 R2, Windows 7

Header

Ntifs.h

See also

FSCTL_GET_BOOT_AREA_INFO

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

© 2013 Microsoft. All rights reserved.