BOOT_AREA_INFO 構造体 (winioctl.h)
FSCTL_GET_BOOT_AREA_INFO 制御コードの出力を格納します。
構文
typedef struct _BOOT_AREA_INFO {
DWORD BootSectorCount;
struct {
LARGE_INTEGER Offset;
} BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
メンバー
BootSectorCount
BootSectors 配列内の要素の数。
Offset
BootSectors[2]
次のメンバーを含む構造体の可変長配列。
Offset
ブート セクターまたはブート セクターのコピーの場所。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
Header | winioctl.h (Windows.h を含む) |