struktur BOOT_AREA_INFO (ntifs.h)
Struktur BOOT_AREA_INFO berisi output untuk kode kontrol FSCTL_GET_BOOT_AREA_INFO .
Sintaks
typedef struct _BOOT_AREA_INFO {
ULONG BootSectorCount;
struct {
LARGE_INTEGER Offset;
};
__unnamed_struct_15c1_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
Anggota
BootSectorCount
Jumlah elemen dalam array BootSectors .
Offset
BootSectors[2]
Array panjang variabel struktur. Setiap struktur berisi anggota Offset .
Offset
Lokasi sektor boot atau salinan sektor boot.
Persyaratan
Persyaratan | Nilai |
---|---|
Klien minimum yang didukung | Windows Server 2008 R2, Windows 7 |
Header | ntifs.h |