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_15e3_70 BootSectors[2];
} BOOT_AREA_INFO, *PBOOT_AREA_INFO;
멤버
BootSectorCount
BootSectors 배열의 요소 수입니다.
Offset
BootSectors[2]
구조체의 가변 길이 배열입니다. 각 구조체에는 오프셋 멤버가 포함됩니다.
Offset
부팅 섹터의 위치 또는 부팅 섹터의 복사본입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Server 2008 R2, Windows 7 |
머리글 | ntifs.h |