BOOT_AREA_INFO構造体 (ntifs.h)
BOOT_AREA_INFO 構造体には、FSCTL_GET_BOOT_AREA_INFO コントロール コードの出力が含まれています。
構文
typedef struct _BOOT_AREA_INFO {
ULONG BootSectorCount;
struct {
LARGE_INTEGER Offset;
};
__unnamed_struct_15f1_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
メンバーズ
BootSectorCount
BootSectors 配列内の要素の数。
Offset
BootSectors[2]
構造体の可変長配列。 各構造体には、Offset メンバーが含まれています。
相殺
ブート セクターまたはブート セクターのコピーの場所。
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows Server 2008 R2、Windows 7 |
ヘッダー | ntifs.h |