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