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
-
Number of elements in the BootSectors array.
- BootSectors
-
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
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013